The following table indicates the file formats that GroupDocs.Merger Cloud can work with.
Format Description Join Split Trim Move page Remove pages Swap pages Change page orientation Rotate pages Cross-format merge To PDF / XPS Cross-format merge To DOC / Docx DOC Microsoft Word Document Docx Microsoft Word Open XML Document DOCM Word Open XML Macro-Enabled Document DOT Word Document Template DOTX Word Open XML Document Template DOTM Word Open XML Macro-Enabled Document Template RTF Rich Text Format File ODT OpenDocument Text Document OTT OpenDocument Document Template HTML Hypertext Markup Language File MHT MHTML Web Archive MHTML MIME HTML PDF Portable Document Format File XPS XML Paper Specification File TEX LaTeX Source Document EPUB Open eBook File PPT Microsoft PowerPoint 97-2003 Presentation PPTX Microsoft PowerPoint Presentation PPS Microsoft PowerPoint 97-2003 Slide Show PPSX Microsoft PowerPoint Slide Show ODP OpenDocument Presentation OTP OpenDocument Presentation Template XLS Microsoft Excel 97-2003 Worksheet XLSX Microsoft Excel Worksheet XLSB Microsoft Excel Binary Worksheet XLSM Microsoft Excel Macro-Enabled Worksheet XLT Microsoft Excel Template File XLTX Excel Open XML Spreadsheet Template XLTM Excel Open XML Macro-Enabled Spreadsheet Template ODS OpenDocument Spreadsheet VSDX Microsoft Visio Drawing VSDM Microsoft Visio Macro-Enabled Drawing VSSX Microsoft Visio Stencil VSSM Microsoft Visio Macro-Enabled Stencil VSTX Microsoft Visio Template VSTM Microsoft Visio Macro-Enabled Template VDX Microsoft Visio 2003-2010 XML Drawing VSX Microsoft Visio 2003-2010 XML Stencil VTX Microsoft Visio 2003-2010 XML Template ONE Microsoft OneNote TXT Plain Text File ERR Error Log File CSV Comma Separated Values File TSV Tab Separated Values File...Cross-format merge to DOC / DOCX Microsoft Word Document Microsoft...
This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product.
Resources The following GroupDocs.EdiTor Cloud REST API resource has been used in the get supported file types example.
HTTP POST ~/formats cURL example The following example demonstrates how To get supported file types.
Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....docx" , "fileFormat" : "Microsoft...
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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".Docx", "fileFormat": "Microsoft Word" }, { "extension": "....docx" , "fileFormat" : "Microsoft...
This REST API allows us To obtain basic information about the document and it’s pages properties. The endpoint accepts the document sTorage path as input payload. Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages:
Page width in pixels (when converted To the image); Page height in pixels (when converted To image); Page number; Visible property that indicates whether the page is visible or not....docx' }" Response { "extension" : ".docx" , "pages"...
GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....Word-processing formats: DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT...
First Release of GroupDocs.Comparison REST API is about To release. This release will include document comparison features along with support of Word, PDF.....Words supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF, ODT,...
This REST API allows obtaining basic information about the document. The endpoint accepts the document sTorage path as input payload. Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage....docx' }" Response { "fileType" :...Document" , "extension" : ".docx" }, "size" : 8651 , "pageCount"...
This REST API allows obtaining basic information about the document. The endpoint accepts the document sTorage path as input payload.
Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties.
|Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the sTorage.|Required. |FileInfo.STorageName|STorage name|It could be omitted for default sTorage....docx', Password: 'password' }" Response...Document" , "extension" : ".docx" }, "size" : 10240 , "pageCount"...