# Supported Formats

## Content



SupportedFormats API enables the end users to get the supported export formats for a PDF document. Your client application sends an HTTP request to the service application for using [GetPdfSupportedFormats](/componentone/api/webapi/online-webapi/dotnet-framework-api/C1.Web.Api.Pdf/C1.Web.Api.Pdf.PdfController.GetPdfSupportedFormats.html) API to obtain the information about the supported export formats for a PDF document.

### Supported Formats Service Request Schema

To get the supported export formats for a PDF document through client, you need to use GET method. PDF document file path is specified in the request URL, as:

`GET: http://<host>[:port]/api/pdf/{pdfpath}/$pdf/supportedformats`

![](https://cdn.mescius.io/document-site-files/images/66c72527-2495-47b0-9257-2ee31dae74e5/images/pdfsupportedformats.png)pdfpath - The full path of the pdf file.

**URL Parameters**

Supported formats service URL accepts pdf file path as parameter.

**Response Messages**

| HTTP Status Code | Reason |
| --- | --- |
| 200 | Json string contains a collection of IExportDescription. |
| 404 | The pdf path does not exist. |

<br />For more information on PDF Services, see [WebApiExplorer demo](https://demos.componentone.com/ASPNET/WebApiExplorer).