Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 8,257 for

page

(0.1 sec)
  1. Verification Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "documentPageNumber": 3, "PagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "PageNumbers": [ 1, 3, 5 ] } }, { "password": "1234567890", "certificateGuid": "certificates\SherlockHolmes....On this page Note Note: The features listed in this page are supported...GroupDocs.Signature Cloud V1 Page contains description for Verification...

    docs.groupdocs.cloud/signature/verification-opt...
  2. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "Pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-Pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-Pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-Pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-Pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-Pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-Pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-Pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-Pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description Pages List of document Pages Page....result ViewResult example { "pages" : [ { "number" : 1 , "resources"..."path" : "viewer/words/docx/four-pages_docx/p1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/viewresult/
  3. Rotate PDF File Pages using Rest API in Python

    Rotate all Pages in PDF or rotate single Page in PDF using PDF Page rotator API. This article is about how to rotate PDF file Pages using Rest API in Python...українська Polski Rotate PDF Pages using Rest API in Python There...cases where you want to rotate pages of documents featuring the wrong...

    blog.groupdocs.cloud/merger/rotate-pdf-file-pag...
  4. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....SignSettings Leave feedback On this page SignSettings data structure..."SignatureType" : "Barcode" , "Page" : 1 , "Text" : "John Smith"...

    docs.groupdocs.cloud/signature/signsettings/
  5. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first Page to annotate OnlyAnnotatedPages Indicates whether to save only annotated Pages to output document OutputPath Path of output document...AnnotateOptions Leave feedback On this page AnnotateOptions structure defines...structure FirstPage Num of first page to annotate OnlyAnnotatedPages...

    docs.groupdocs.cloud/annotation/annotateoptions/
  6. Split Word Documents in Ruby - Word Document Sp...

    You may need to split huge Word files and DOC/DOCX Pages into smaller files. Let's learn how to Split Word Documents in Ruby using a Word document splitter....Multi-Page Word Documents Split Document to Single Page Documents...Providing Exact Page Number Split Document to One-Page Documents by...

    blog.groupdocs.cloud/merger/split-word-document...
  7. Pages Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs......./ Developer Guide / Pages Operations Pages Operations Leave feedback...Change Page Orientation Extract Pages Move Pages Remove Pages Rotate...

    docs.groupdocs.cloud/merger/pages-operations/
  8. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-Page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-Page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "PageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....SignResult Leave feedback On this page SignResult data structure returned...: { "FilePath" : "signed/one-page.pdf" , "Password" : "1234567890"...

    docs.groupdocs.cloud/signature/signresult/
  9. Split PDF - Extract Pages from PDF using Rest A...

    Split PDF - Extract Pages from PDF using Rest API in Ruby...українська Polski 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...
  10. 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/