Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 8,141 for

page

(0.05 sec)
  1. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-Page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "PagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "Pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of Pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document Page MaxPageHeight Specifies max Page height Pages List of document Pages Page....InfoResult Leave feedback On this page InfoResult data structure returned..."filePath" : "signaturedocs/one-page.docx" , "storageName" : null...

    docs.groupdocs.cloud/signature/inforesult/
  2. Java split Word document into separate files by...

    Java split Word document into separate files by Page on Document Automation REST APIs | GroupDocs Cloud Recent content in Java split Word document into separate files by Page on Document Automation......document into separate files by page on Document Automation REST...document into separate files by page on Document Automation REST...

    blog.groupdocs.cloud/cs/tag/java-split-word-doc...
  3. Java split Word document into separate files by...

    Java split Word document into separate files by Page on Document Automation REST APIs | GroupDocs Cloud Recent content in Java split Word document into separate files by Page on Document Automation......document into separate files by page on Document Automation REST...document into separate files by page on Document Automation REST...

    blog.groupdocs.cloud/ko/tag/java-split-word-doc...
  4. Java split Word document into separate files by...

    Java split Word document into separate files by Page on Document Automation REST APIs | GroupDocs Cloud Recent content in Java split Word document into separate files by Page on Document Automation......document into separate files by page on Document Automation REST...document into separate files by page on Document Automation REST...

    blog.groupdocs.cloud/id/tag/java-split-word-doc...
  5. Java split Word document into separate files by...

    Java split Word document into separate files by Page on Document Automation REST APIs | GroupDocs Cloud Recent content in Java split Word document into separate files by Page on Document Automation......document into separate files by page on Document Automation REST...document into separate files by page on Document Automation REST...

    blog.groupdocs.cloud/pl/tag/java-split-word-doc...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-Page.pdf", "size": 17958, "url": "converted/one-Page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download Page using File API...ConversionResult Leave feedback On this page ConversionResult data structure...ConversionResult example [ { "name" : "one-page.pdf" , "size" : 17958 , "url"...

    docs.groupdocs.cloud/conversion/conversionresult/