Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,409 of 2,409 for

word annotation

(0.13 sec)
  1. GroupDocs Viewer

    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....サイトに表示できるドキュメント タイプには、PDF、Microsoft Word、Excel、PowerPoint, Outlook、V...Viewer を使用すると、PDF および Microsoft Word ドキュメント、Excel スプレッドシート、PowerPoint...

    blog.groupdocs.cloud/ja/tag/groupdocs-viewer/
  2. Customer Newsletters on Document Automation RES...

    Customer Newsletters on Document Automation REST APIs | GroupDocs Cloud Recent content in Customer Newsletters on Document Automation REST APIs | GroupDocs Cloud दस्तावेज़ हेरफेर क्लाउड रेस्ट एपीआई......दस्तावेज़ तुलना लाइब्रेरी है जो दो Word, PDF, Excel, PowerPoint, सादा...है। जावा के लिए GroupDocs.Annotation पर ध्यान दें और GroupDocs...

    blog.groupdocs.cloud/hi/tag/customer-newsletter...
  3. Customer Newsletters on Document Processing RES...

    Customer Newsletters on Document Processing REST APIs | GroupDocs Cloud Recent content in Customer Newsletters on Document Processing REST APIs | GroupDocs Cloud ドキュメント操作クラウド REST API と SDK – group......NET は、2 つの Word、PDF、Excel、PowerPoint, プレーン テキスト、または...れています。 Java 用の GroupDocs.Annotation と GroupDocs からのニュースに焦点を当てる...

    blog.groupdocs.cloud/ja/tag/customer-newsletter...
  4. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common Words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Annotation Product Solution GroupDocs...and intuitive way. In common words the idea is to pass collection...

    docs.groupdocs.cloud/signature/search-for-multi...
  5. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "words/docx/template-document.docx"...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  6. Security Operations | Documentation

    Add Document PassWord Protection This REST API allows adding document passWord protection. API endpoint accepts document storage path as input payload and returns path to the created a passWord-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning PassWord The passWord to open file Should be specified only for passWord-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/passWord Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "words/four-pages.docx"}, "Password":...

    docs.groupdocs.cloud/merger/security-operations/
  7. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Annotation Product Solution GroupDocs...(Cells, Images, PDF, Slides or Words) Signature API provides an object...

    docs.groupdocs.cloud/signature/working-with-sig...
  8. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "words\\docx\\companies.docx", "StorageName":...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  9. 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....Annotation Product Solution GroupDocs...for Text Signature object for Words Documents. Example WordsSignTextOptions...

    docs.groupdocs.cloud/signature/signature-option...