Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,228 for

text annotations

(0.05 sec)
  1. GroupDocs Newsletter September 2017– APIs Updat...

    GroupDocs developers newsletter September 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Documents with Stamp Signatures Add Text, Image or Stamp signatures on...API can also be utilized for Text and Digital signature verification...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. Evaluation tier | Documentation

    Evaluate GroupDocs.Rewriter Cloud service without registration....Annotation Product Solution GroupDocs...Limitations Detect paraphrasing in text Maximum 1,000 characters (including...

    docs.groupdocs.cloud/rewriter/evaluation/
  3. Available SDKs | Documentation

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

    docs.groupdocs.cloud/rewriter/sdk/
  4. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add Text/image watermarks to supported document formats and images and save resultant file....Annotation Product Solution GroupDocs...Watermark Cloud allows to add text/image watermarks to supported...

    docs.groupdocs.cloud/watermark/features-overview/
  5. Working with Stamp 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 put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs..."backgroundColor": { "Web": "BlueViolet" }, "text": " * John Smith * ", "font":...

    docs.groupdocs.cloud/signature/working-with-sta...
  6. Working with Search 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 search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Annotation Product Solution GroupDocs...whether a document contains Text and Barcode Signatures at same...

    docs.groupdocs.cloud/signature/working-with-sea...
  7. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "Text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) Text Revision Text author Revision author...Annotation Product Solution GroupDocs..."id" : 0 , "action" : "None" , "text" : "\rsssssssss" , "author"...

    docs.groupdocs.cloud/comparison/revisioninfo/
  8. 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)....Annotation Product Solution GroupDocs..."None" , "type" : "Inserted" , "text" : "lol" , "targetText" : "Latin...

    docs.groupdocs.cloud/comparison/changeinfo/
  9. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Annotation Product Solution GroupDocs..."QRCode", "QRCodeType": "Aztec", "Text": "123456789012", "Left": 100...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions....Annotation Product Solution GroupDocs...enabled Viewer will extract text when it’s possible (e.g. raster...

    docs.groupdocs.cloud/viewer/imageoptions/