Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,919 for

document annotation

(0.04 sec)
  1. Latest GroupDocs.Signature Cloud Product Family...

    Get technical support of GroupDocs.Signature Cloud....2017 Digital Signing of PDF Documents in Node.js with GroupDocs...October 13, 2023 How to esign a document with customer's signature...

    forum.groupdocs.cloud/c/signature/13
  2. 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....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/convertoptions/
  3. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a Document cannot be found during rendering; The Document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  4. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/basic-usage/
  5. Working with Text Documents | Documentation

    Textual Documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT Document not only back to TXT, but also to WordProcessing....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Editor Cloud...

    docs.groupdocs.cloud/editor/working-with-text-d...
  6. 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....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/signsettings/
  7. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get Document information curl -v "https://api....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Metadata Cloud...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  8. 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...Annotation Product Solution GroupDocs...GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud / Developer...

    docs.groupdocs.cloud/annotation/removeoptions/
  9. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source Documents by providing exact page numbers via Pages collection. The result is a new Document that contains only specified pages from a source Document. For protected Documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source Document into a new Document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/extract-pages/
  10. Working with Conversion API | Documentation

    This API intended for convert the Document to specified target format. URI ~/ HTTP POST Example 2 (Convert Document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/conversion-api/