Get Supported File Formats
GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats.
Resource
The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example.
cURL Example
curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]"
{
"formats": [
{
"extension": ".doc",
"fileFormat": "Microsoft Word"
},
{
"extension": ".docx",
"fileFormat": "Microsoft Word"
},
{
"extension": ".docm",
"fileFormat": "Microsoft Word"
},
{
"extension": ".dot",
"fileFormat": "Microsoft Word"
},
{
"extension": ".dotx",
"fileFormat": "Microsoft Word"
},
{
"extension": ".dotm",
"fileFormat": "Microsoft Word"
},
{
"extension": ".rtf",
"fileFormat": "Rich Text Format"
},
{
"extension": ".odt",
"fileFormat": "OpenDocument Formats"
},
{
"extension": ".ott",
"fileFormat": "OpenDocument Formats"
},
{
"extension": ".xls",
"fileFormat": "Microsoft Excel"
},
{
"extension": ".xlsx",
"fileFormat": "Microsoft Excel"
},
{
"extension": ".xlsm",
"fileFormat": "Microsoft Excel"
},
{
"extension": ".xlsb",
"fileFormat": "Microsoft Excel"
},
{
"extension": ".ods",
"fileFormat": "OpenDocument Formats"
},
{
"extension": ".ppt",
"fileFormat": "Microsoft PowerPoint"
},
{
"extension": ".pptx",
"fileFormat": "Microsoft PowerPoint"
},
{
"extension": ".pps",
"fileFormat": "Microsoft PowerPoint"
},
{
"extension": ".ppsx",
"fileFormat": "Microsoft PowerPoint"
},
{
"extension": ".pot",
"fileFormat": "Microsoft PowerPoint"
},
{
"extension": ".odp",
"fileFormat": "OpenDocument Formats"
},
{
"extension": ".tif",
"fileFormat": "Image files"
},
{
"extension": ".tiff",
"fileFormat": "Image files"
},
{
"extension": ".jpg",
"fileFormat": "Image files"
},
{
"extension": ".jpeg",
"fileFormat": "Image files"
},
{
"extension": ".png",
"fileFormat": "Image files"
},
{
"extension": ".bmp",
"fileFormat": "Image files"
},
{
"extension": ".gif",
"fileFormat": "Image files"
},
{
"extension": ".pdf",
"fileFormat": "Portable Document Format"
},
{
"extension": ".htm",
"fileFormat": "HyperText Markup Language"
},
{
"extension": ".html",
"fileFormat": "HyperText Markup Language"
},
{
"extension": ".eml",
"fileFormat": "Microsoft Outlook Mail Message"
},
{
"extension": ".vsd",
"fileFormat": "Microsoft Visio"
},
{
"extension": ".vsdx",
"fileFormat": "Microsoft Visio"
},
{
"extension": ".vss",
"fileFormat": "Microsoft Visio"
},
{
"extension": ".vsdm",
"fileFormat": "Microsoft Visio"
},
{
"extension": ".dwg",
"fileFormat": "CAD Drawing File Format"
}
]
}
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.