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

text

(0.09 sec)
  1. Special Holidays Offer, 25% Off GroupDocs.Total...

    GroupDocs Holidays offer - Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order online....annotation of these categories: Text Annotations Figure Annotations...in GroupDocs.Signature Cloud: Text Signature Image Signature Barcode...

    blog.groupdocs.cloud/total/releasing-first-vers...
  2. 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...
  3. Setting content language | Documentation

    How to specify a language of the processed Text....Example { "language" : "en" , "text" : "Hello, everyone! We will...will try to rephrase this text into something new." , "suggestions"...

    docs.groupdocs.cloud/rewriter/languages/
  4. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON..."description" : "File description or raw text to classify if no document is...<description> File description or raw text to classify if no document is...

    docs.groupdocs.cloud/classification/classify-re...
  5. 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/
  6. desktop_5f57f7d819cae13f16323b5993e3527f72558ea...

    :root{--base-font-size-smallest: 0.815em;--base-font-size-smaller: 0.875em;--base-font-size: 0.938em;--base-font-size-larger: 1.063em;--base-font-size-largest: 1.118em;--font-up-6: 2.296em;--font-u......15;-webkit-text-size-adjust:100%}body{margi...0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline...

    forum.groupdocs.cloud/stylesheets/desktop_5f57f...
  7. Watermark Cloud API & SDKs to Secure Documents ...

    Watermark the documents with REST API using .NET or Java SDK. Features include; Add image or Text watermarks, remove, replace or search watermarks....features include; add image or text watermarks, remove the already...properties. Watermark image, text or text appearance options like...

    blog.groupdocs.cloud/watermark/watermark-cloud-...
  8. 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/
  9. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Merger Cloud is a platform independent REST API solution to join multiple documents and manipulate single document structure across wide range of documents...Template RTF Rich Text Format File TXT Plain Text File ODT OpenDocument...OpenDocument Text Document OTT OpenDocument Document Template HTML...

    blog.groupdocs.cloud/merger/groupdocs-merger-cl...
  10. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":..."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":...

    docs.groupdocs.cloud/conversion/add-watermark/