Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 8,330 for

page

(0.12 sec)
  1. Split PDF Files using REST API in Ruby

    Split a PDF document at certain Pages for easy conversion into individual PDF files. This article is about how to split PDF files using REST API in Ruby....SDK Split PDF Files into One-Page Documents using Ruby How to...into Multi-Page PDF using Ruby Split PDF to Single Page Files by...

    blog.groupdocs.cloud/merger/split-pdf-files-usi...
  2. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific Pages or Page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Overview Leave feedback On this page GroupDocs.Merger Cloud is a...document, join specific pages or page ranges from several source...

    docs.groupdocs.cloud/merger/features-overview/
  3. PageInfo | Documentation

    PageInfo data structure represents information about Page PageInfo example: { "Width": 0, "Height": 0, "PageNumber": 0 } Name Description Width Page width Height Page height PageNumber Page number...represents information about page PageInfo example: { "Width"...Description Width Page width Height Page height PageNumber Page number Was...

    docs.groupdocs.cloud/comparison/pageinfo/
  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....may need to extract specific pages from PDF documents or may need...extract specific pages from PDF documents by page numbers or by...

    blog.groupdocs.cloud/merger/extract-specific-pa...
  5. Search Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "PagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "PageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "PagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "PageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...On this page Note Note: The features listed in this page are supported...GroupDocs.Signature Cloud V1 Page contains description for Search...

    docs.groupdocs.cloud/signature/search-options-o...
  6. Move Pages | Documentation

    This REST API provides a move Page feature that allows you to manipulate Page ordering by moving any Page(s) to a new position within a document. For moving Page to a new position, it’s needed to specify current and new Page numbers along with the 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 moving document Pages....Developer Guide / Pages Operations / Move Pages Move Pages Leave feedback...feedback On this page This REST API provides a move page feature that...

    docs.groupdocs.cloud/merger/move-pages/
  7. How to Extract Pages From Word Documents in Python

    Split word document into multiple documents to extract Pages from word document. This article is about how to extract Pages from word documents in Python....українська Polski How to Extract Pages From Word Documents in Python...document into multiple documents by page programmatically. By splitting...

    blog.groupdocs.cloud/merger/how-to-extract-page...
  8. 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...українська Polski 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...
  9. Document Information | Documentation

    Note Note: The features listed in this Page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on Pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....On this page Note Note: The features listed in this page are working...and coordinates of text on pages. DocumentInfo object fields...

    docs.groupdocs.cloud/annotation/document-inform...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified Page number PagesCount Convert PagesCount from specified Page Pages An array with set of Pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "PagesCount": 10, "Pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified Page number PagesCount Convert PagesCount from specified Page Pages An array with set of Pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "PagesCount": 10, "Pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified Page number PagesCount Convert PagesCount from specified Page Pages An array with set of Pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "PagesCount": 10, "Pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....ConvertOptions Leave feedback On this page Format specific convert options...Start conversion from specified page number pagesCount Convert pagesCount...

    docs.groupdocs.cloud/conversion/convertoptions/