Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 37,835 for

get pages

(0.07 sec)
  1. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply Get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Operations / Get Template Get Template Leave feedback On this page This...used in Parse endpoint. Simply get the API response and use it as...

    docs.groupdocs.cloud/parser/get-template/
  2. 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/parser/get-document-inform...
  3. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to Get high-quality output in quickly and reliably. To Get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-Pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Guide / Basic usage / Get Document Metadata Get Document Metadata...Metadata Leave feedback On this page GroupDocs.Conversion Cloud REST...

    docs.groupdocs.cloud/conversion/get-document-me...
  4. 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...
  5. 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...
  6. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of Getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to Get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Image Viewer - Get text coordinates Image Viewer - Get text coordinates...coordinates Leave feedback On this page GroupDocs.Viewer Cloud provides...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  7. 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/
  8. Rotate PDF Pages Online in Java

    Learn how to rotate PDF Pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options....हिंदी čeština How to Rotate PDF Pages in Java using Rest API. PDF...need to rotate all or specific pages in a PDF file programmatically...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  9. 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...
  10. 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...