Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 2,900 for

document annotation

(0.18 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...May, 2015 Display 50+ Common Document Types on Your Kentico Site...popular CMS largely focused on document management. Recently we have...

    blog.groupdocs.cloud/groupdocs.cloud/page/48/
  2. GroupDocs.Comparison Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate Documents of almost all the popular file formats....compare two or more Word documents (.docx) for similarities and...compare two or more Word documents using a REST API in Node.js...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  3. Convert JPG to PDF using Node.js | Convert Imag...

    Programmatically Convert JPG to PDF using a REST API on the cloud in Node.js with GroupDocs.Conversion Cloud SDK for Node.js....such as JPG, PNG into PDF documents programmatically on the cloud...be covered in this article: Document Conversion REST API and Node...

    blog.groupdocs.cloud/conversion/convert-images-...
  4. 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...Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/search-options-o...
  5. Search QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search QRCode signatures in supported Document formats. It provides method to search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and Document folder (if required) using following API....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...digitally signing a variety of documents with different signature types...Python to sign supported documents in your cloud application...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  7. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...

    docs.groupdocs.cloud/translation/file/fetch/
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Manipulate Business Documents on ANY Platform View, Annotate, Convert,...a comprehensive suite of documents collaboration APIs and SDKs...

    blog.groupdocs.cloud/groupdocs.cloud/page/43/
  9. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/inforesult/
  10. 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...Annotation Product Solution GroupDocs...GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud / Developer...

    docs.groupdocs.cloud/annotation/annotateoptions/