Possible Conversion File Formats

Get All Possible Conversion File Formats

You can get the list of all possible Conversion File Formats supported by GroupDocs.Conversion Cloud.

Resource

The following GroupDocs.Conversion Cloud REST API resource has been used in the Supported File Formats example.

cURL Example

curl -v  "https://api.groupdocs.cloud/v1.0/conversion/formats?appsid#XXXX&signature#XXX-XX"
-H "Content-Type: application/json" -X POST -d "{}"
[
  {
    "sourceFileType": "doc",
    "possibleConversions": [
      "ods",
      "xls",
      "xlsx",
      "xlsm",
      "xlsb",
      "csv",
      "xls2003",
      "xltx",
      "xltm",
      "tiff",
      "tif",
      "jpeg",
      "jpg",
      "png",
      "gif",
      "bmp",
      "ico",
      "psd",
      "svg",
      "webp",
      "pdf",
      "epub",
      "xps",
      "ppt",
      "pps",
      "pptx",
      "ppsx",
      "odp",
      "otp",
      "potx",
      "potm",
      "pptm",
      "ppsm",
      "doc",
      "docm",
      "docx",
      "dot",
      "dotm",
      "dotx",
      "rtf",
      "txt",
      "odt",
      "ott",
      "html"
    ]
  },
...
]

SDKs

The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.

Get All Possible Conversion File Formats