Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 10,029 for

text

(0.09 sec)
  1. Translating texts | Documentation

    How to translate plain Text....reference / Translating texts Translating texts Leave feedback GroupDocs...can translate any amount of text in 3 API calls: Because GroupDocs...

    docs.groupdocs.cloud/translation/text/
  2. Backroung Brush and Stamp Brush Styles Signatur...

    GroupDocs.cloud developer newsletter of September 2018 describes document manipulation Cloud APIs updates, major feature enhancements and bug fixes within GroupDocs REST APIs....Outlook Email, HTML, CAD and Text. Product News Documents Viewer...OpenDocument, CAD, Images and Text. Read more details here . Documents...

    blog.groupdocs.cloud/total/cloud-rest-apis-to-m...
  3. Embeddable Document Annotation App for PimCore ...

    Enables end users to collaboratively annotate documents, images and drawings directly from within your PimCore website....with thumbnails, search for text within documents using keywords...add sticky notes, highlight text with underlines/strikethroughs...

    blog.groupdocs.cloud/annotation/add-comprehensi...
  4. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables CLIENT_ID and CLIENT_SECRET...."Annotations": [ { "Type": "Area", "Text": "This is area annotation"..."Annotations": [ { "Type": "Area", "Text": "This is area annotation"...

    docs.groupdocs.cloud/annotation/multiple-annota...
  5. GroupDocs.Conversion 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....js and see how to convert Text to JPG in Node.js. Build your...learn how to convert PPT to Text online using a web-based PowerPoint...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Sign document with stamp signature | Documentation

    A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with custom Text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like: GroupDocs.Signature Cloud provides options to specify different options for Stamp signature:...multiple “stamp lines” with custom text and different line thickness...type) around stamp with own text, border settings, background...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. Render Excel Data to HTML using REST API in Python

    Programmatically render Excel spreadsheet data to HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....render_print_area_only = True Set Text Overflow Mode view_options.render_options...render_options.spreadsheet_options.text_overflow_mode = "HideText" Render...

    blog.groupdocs.cloud/viewer/render-excel-data-t...
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...watermark is a superimposed image or text used to display in documents...inserted watermark with a new text or image. This article will...

    blog.groupdocs.cloud/groupdocs.cloud/page/41/
  9. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....for Java Library Support for text redaction. Support for exporting...Library Support for text replacement, pointers, text and resource redaction...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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...."SignatureType" : "Text" , "Page" : 1 , "Text" : "John" , "MatchType"...

    docs.groupdocs.cloud/signature/verifysettings/