Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 8,193 for

page

(0.03 sec)
  1. Signature Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....On this page Note Note: The features listed in this page are supported...GroupDocs.Signature Cloud V1 Page contains description for Signature...

    docs.groupdocs.cloud/signature/signature-option...
  2. 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/
  3. 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...
  4. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first Page to annotate OnlyAnnotatedPages Indicates whether to save only annotated Pages to output document OutputPath Path of output document...RemoveOptions Leave feedback On this page RemoveOptions structure defines...document. FirstPage Num of first page to annotate OnlyAnnotatedPages...

    docs.groupdocs.cloud/annotation/removeoptions/
  5. 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...
  6. 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/
  7. 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...
  8. 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/
  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. 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/