Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,729 for

get pages

(0.04 sec)
  1. Get Supported File Formats | Documentation

    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": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Annotation Cloud is...

    docs.groupdocs.cloud/annotation/get-supported-f...
  2. Get Supported File Formats | Documentation

    This REST API allows Getting list of all file formats supported by GroupDocs.Editor 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....Developer Guide / Get Supported File Formats Get Supported File...feedback On this page This REST API allows getting list of all by...

    docs.groupdocs.cloud/editor/get-supported-file-...
  3. Get Supported File Types | Documentation

    This REST API allows to Get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to Get document information curl -v "https://api....Info Operations / Get Supported File Types Get Supported File Types...feedback On this page This REST API allows to get list of all by...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  4. Extract Pages From Word Documents using Rest AP...

    Easily extract specific Pages from word documents as individual files. This article is about how to extract Pages from word documents using Rest API in Ruby...हिंदी čeština How to Extract Pages From Word Documents using Rest...extract a set of consecutive pages from Word documents or may need...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  5. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to Get high-quality output in quickly and reliably. To Get a list of supported formats, You can use the below API. 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/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Comparison Cloud REST...

    docs.groupdocs.cloud/comparison/get-supported-f...
  6. Extract Pages From Word Documents using Rest AP...

    Easily extract specific Pages from word documents as individual files. This article is about how to extract Pages from word documents using Rest API in Ruby...Yasir Saeed Blog Home Extract Pages From Word Documents using Rest...Twitter Linkedin How to Extract Pages From Word Documents using Rest...

    blog.groupdocs.cloud/2022/06/20/extract-pages-f...
  7. How to Rotate PDF Pages using Rest API in Node.js

    Rotate PDF specific Pages or all Pages at same time defining degrees using REST API. This article is about how to rotate PDF Pages using REST API in Node.js...हिंदी čeština How to Rotate PDF Pages using Rest API in Node.js In...rotate all PDF pages at once or specific PDF pages into any direction...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  8. Get Stream of Result 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 as stream by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get stream of result document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/stream?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 Result document as stream....Document Resource / Get Stream of Result Document Get Stream of Result...On this page Note Note: The features listed in this page are working...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  9. How to Move, Reorder, and Rearrange Pages in Wo...

    Rearranging Pages is a great solution to optimize document design without removing anything. Let's learn how to reorder & rearrange Pages in word using Ruby...Move, Reorder, and Rearrange Pages in Word using Ruby Word is the...to change the order of your pages. Rather than starting from scratch...

    blog.groupdocs.cloud/merger/how-to-move-reorder...
  10. Split PDF - Extract Pages from PDF using Rest A...

    Split PDF - Extract Pages from PDF using Rest API in Ruby...हिंदी čeština How to Extract Pages from PDF using Rest API in Ruby...may need to extract specific pages from PDF documents or may need...

    blog.groupdocs.cloud/merger/split-pdf-extract-p...