Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 8,171 for

page

(0.06 sec)
  1. 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/
  2. 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...
  3. 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/
  4. 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/
  5. 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/
  6. Split PDF Documents using REST API in Node.js |...

    Programmatically split PDF documents using a REST API on the cloud in Node.js with Document Splitter Cloud SDK for Node.js....Split PDF Documents into One-Page Documents using REST API in...Documents using Node.js Extract Pages by Page Range using REST API in...

    blog.groupdocs.cloud/merger/split-pdf-documents...
  7. Creating and Managing Application | Documentation

    Create New Application Log into Dashboard. Access the Applications Page. Click on the Create New Application button. If you have no storage created yet, let’s first create one by clicking on the create button next to the default storage select box field. Follow the tutorial on the Creating and Managing Storages Page in order to setup your first storage. Once you create and connect the storage, go back to the Applications Page.... Access the page. Click on the button. If you... Follow the tutorial on the page in order to setup your first...

    docs.groupdocs.cloud/total/creating-and-managin...
  8. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....SearchSettings Leave feedback On this page SearchSettings data structure..."SignatureType" : "Barcode" , "Page" : 1 , "Text" : "123" , "BarcodeType"...

    docs.groupdocs.cloud/signature/searchsettings/
  9. 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/
  10. 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/