Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 1,239 for

text watermark

(0.04 sec)
  1. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....Watermark Product Solution GroupDocs...learn how to translate a short text from English to German using...

    docs.groupdocs.cloud/translation/hello-world/
  2. 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....Watermark Product Solution GroupDocs...Here you can see how to parse text fields by regular expressions...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  3. Fetching translations | Documentation

    How to fetch the translated Text from the GroupDocs.Translation Cloud queue....Watermark Product Solution GroupDocs...Developer's reference / Translating texts / Fetching translations Fetching...

    docs.groupdocs.cloud/translation/text/fetch/
  4. 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....Watermark Product Solution GroupDocs...different options qrCodeTypeName, text, matchType and other search...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  5. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Watermark Product Solution GroupDocs...Description Plain text .TXT Plain text files or text in the form of...

    docs.groupdocs.cloud/translation/supported-file...
  6. Supported file formats | Documentation

    A complete list of file formats that can be processed by GroupDocs.Rewriter Cloud....Watermark Product Solution GroupDocs...Description Plain text .TXT Plain text files or text in the form of...

    docs.groupdocs.cloud/rewriter/supported-file-fo...
  7. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Watermark Product Solution GroupDocs...development easier. Paraphrasing the text .NET (C#) using GroupDocs.Rewriter...

    docs.groupdocs.cloud/rewriter/sdk/
  8. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Watermark Product Solution GroupDocs...Rewriter Cloud Leave feedback Text rewriting technology involves...

    docs.groupdocs.cloud/rewriter/
  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....Watermark Product Solution GroupDocs..."borderWeight" : 1.0 , "opacity" : 1.0 , "text" : "123456789012" , "left" :...

    docs.groupdocs.cloud/signature/signature-option...
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "Text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Watermark Product Solution GroupDocs..."None" , "type" : "Inserted" , "text" : "lol" , "targetText" : "Latin...

    docs.groupdocs.cloud/comparison/changeinfo/