Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,729 for

get pages

(0.08 sec)
  1. Extract Specific Pages from PDF using Python | ...

    Programmatically Extract Pages from PDF using a REST API on the cloud in Python. Use document merger REST API to split files using Python SDK....Blog Home Extract Specific Pages from PDF using Python Facebook...may need to extract specific pages from PDF documents or may need...

    blog.groupdocs.cloud/2021/05/21/extract-specifi...
  2. Rotate PDF File Pages using Rest API in Python

    Rotate all Pages in PDF or rotate single page in PDF using PDF page rotator API. This article is about how to rotate PDF file Pages using Rest API in Python...Polski हिंदी čeština Rotate PDF Pages using Rest API in Python There...cases where you want to rotate pages of documents featuring the wrong...

    blog.groupdocs.cloud/merger/rotate-pdf-file-pag...
  3. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and tarGet files and obtain changes coordinates at files preview images. The following code sample shows how to Get changes coordinates. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or Get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Advanced usage / Get changes coordinates Get changes coordinates...coordinates Leave feedback On this page GroupDocs.Comparison Cloud allows...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  4. Get Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can Get the result document path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments?outPath#comparisons%2Fcomparedoutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'tarGetFiles':[{'folder':'comparisons','name':'tarGet.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response { "href": "https://api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....Resource / Get Document Get Document Leave feedback On this page Note...The features listed in this page are working only with GroupDocs...

    docs.groupdocs.cloud/comparison/get-document/
  5. View Word Documents as HTML Pages using a REST ...

    Programmatically View Word Documents as HTML Pages using a REST API in C#. Document Viewer .NET SDK allows rendering of DOC and DOCX files to HTML Pages....View Word Documents as HTML Pages using a REST API in C# Facebook...render DOC or DOCX files to HTML pages programmatically in your .NET...

    blog.groupdocs.cloud/2021/10/08/render-word-doc...
  6. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Guide / Basic usage / Get Supported QRCodes Get Supported QRCodes...QRCodes Leave feedback On this page GroupDocs.Signature Cloud REST API...

    docs.groupdocs.cloud/signature/get-supported-qr...
  7. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to Get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....with revisions / Get list of revisions Get list of revisions...revisions Leave feedback On this page GroupDocs.Comparison Cloud allows...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  8. Get Document Information | Documentation

    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....Info Operations / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows obtaining...

    docs.groupdocs.cloud/watermark/get-document-inf...
  9. Get Supported File Types | Documentation

    This REST API allows Getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser 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....Info Operations / Get Supported File Types Get Supported File Types...feedback On this page This REST API allows getting a list of all...

    docs.groupdocs.cloud/parser/get-supported-file-...
  10. Get Changes Categories | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and Get list of changes categories by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get compared documents changes categories. Enumeration of categories of changes enum ComparisonCategoriesType { ByTypeChanged, * "take categories by TypeChanged" ByNodeType, * "take categories by nodes Types" ContainsNumbers, * "take categories with changes which contains numbers" OnlyNumbers * "take categories with changes which contains only numbers" } cURL example Request curl -v "https:~/~/api....Changes Resource / Get Changes Categories Get Changes Categories...On this page Note Note: The features listed in this page are working...

    docs.groupdocs.cloud/comparison/get-changes-cat...