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

get pages

(0.06 sec)
  1. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result Pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First Get JSON Web Token // Please Get your App Key and App SID from https://dashboard....Document / Get Document Pages Get Document Pages Leave feedback...feedback On this page GetPages method allows to create an image representation...

    docs.groupdocs.cloud/annotation/get-pages/
  2. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document Pages. The result is a new document that has rotation changed for specified Pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property....Guide / Pages Operations / Rotate Pages Rotate Pages Leave feedback...feedback On this page This REST API allows changing page rotation angle...

    docs.groupdocs.cloud/merger/rotate-pages/
  3. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Guide / Pages Operations / Remove Pages Remove Pages Leave feedback...feedback On this page This REST API provides an ability to remove...

    docs.groupdocs.cloud/merger/remove-pages/
  4. Attachment Pages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Email Attachment Pages List for HTML Rrepresentation Sometimes, it is required to Get email attachments as Pages. You can retrieve list of attachment Pages for HTML representation using following API. It returns object with list of attachment Pages or ZIP archive with actual Pages as HTML when “application/zip” accept header specified. The following GroupDocs....Attachment Pages Attachment Pages Leave feedback On this page Note...The features listed in this page are supported only in GroupDocs...

    docs.groupdocs.cloud/viewer/attachment-pages/
  5. Swap Pages | Documentation

    This REST API allows swapping two Pages of positions within the source document. The result is a new document where two Pages have their positions exchanged. For swapping Pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document Pages....Developer Guide / Pages Operations / Swap Pages Swap Pages Leave feedback...On this page This REST API allows swapping two pages of positions...

    docs.groupdocs.cloud/merger/swap-pages/
  6. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document Pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to Get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "..../ Basic usage / Get Document Information Get Document Information...Information Leave feedback On this page This API retrieves document...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document Pages. The order of the Pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder Pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or Get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Reorder pages Reorder pages Leave feedback On this page GroupDocs...reorder the document pages. The order of the pages in the source document...

    docs.groupdocs.cloud/viewer/reorder-pages/
  8. Get Document Information | Documentation

    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. Pages count Password protection Resources HTTP POST ~/info 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....Developer Guide / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows us to obtain...

    docs.groupdocs.cloud/editor/get-document-inform...
  9. Rendering Document Pages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 This section provides API details to create document Pages cache, retrieve Pages, modify Pages and delete document Pages cache. Get List of Links to Document Pages as HTML You can retrieve list of links to document Pages as HTML. The API returns an object which contains list of links to document Pages. The following GroupDocs....With Document Pages / Rendering Document Pages Rendering Document...Document Pages Leave feedback On this page Note Note: The features...

    docs.groupdocs.cloud/viewer/rendering-document-...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on Pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to Get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page..../ Basic usage / Get Document Information Get Document Information...Information Leave feedback On this page This API retrieves document...

    docs.groupdocs.cloud/annotation/get-document-in...