This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example.
cURL example The following example demonstrates how to extract images by a page number range.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" # cURL example to join several documents into one curl...
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... Format Description Join Split Trim Move page Remove...
This REST API allows to set document metadata new values choosing properties which values are matching the specified.
cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value.
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. curl -v "https://api....application/json" # cURL example to join several documents into one curl...
This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag.
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....application/json" # cURL example to join several documents into one curl...
This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name.
This API allows you to specify any part of metadata tag name or tag category name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" # cURL example to join several documents into one curl...
This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name.
This API allows you to specify any part of metadata tag name or tag category name.
cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" # cURL example to join several documents into one curl...
Learn how to merge PDF documents in Java using GroupDocs.Merger Cloud SDK for Java using this comprehensive step-by-step guide....comma-separated list of created join items. Next, set the output...merge PDF files by calling the join() method of the DocumentApi...
GroupDocs.Merger Cloud is a platform independent REST API solution to Join multiple documents and manipulate single document structure across wide range of documents...that new API will offer are joining documents, splitting documents...Features # Document operations Join Documents Split Document Document...
This REST API allows you to add metadata information as properties with specified name.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified.
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. curl -v "https://api....application/json" # cURL example to join several documents into one curl...