Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,238 for

text annotations

(0.06 sec)
  1. Combine to PNG Online | Free GroupDocs Apps

    Combine files of different formats to a single PNG document....Merge ODT Files OpenDocument Text Document ONE Merger OneNote...Presentation RTF Merger Rich Text Format File Merge TEX Files...

    products.groupdocs.app/merger/png
  2. Conversion options by document family | Documen...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...to PDF Formats 7. Convert to Text Formats 8. Convert to HTML Format...

    docs.groupdocs.cloud/conversion/conversion-opti...
  3. Signing Documents | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Annotation Product Solution GroupDocs...Code Signature Working with Text Signature Working with Stamp...

    docs.groupdocs.cloud/signature/signing-document...
  4. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...rtf" , "fileFormat" : "Rich Text Format" }, { "extension" : "...

    docs.groupdocs.cloud/signature/get-supported-fi...
  5. 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...signatures. For example, you can add Text and Barcode Signature to a document...

    docs.groupdocs.cloud/signature/working-with-sig...
  6. Supported languages | Documentation

    Content languages supported by GroupDocs.Rewriter Cloud....Annotation Product Solution GroupDocs...Ukrainian Paraphrasing detection and text simplification work only with...

    docs.groupdocs.cloud/rewriter/supported-languages/
  7. Sending files for processing | Documentation

    How to send files for processing to the selected language....Annotation Product Solution GroupDocs...parameters remain the same as in text requests. Return value If successful...

    docs.groupdocs.cloud/rewriter/file/request/
  8. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Annotation Product Solution GroupDocs...link { text-decoration : none ; } a : visited { text-decoration...

    docs.groupdocs.cloud/total/authenticating-api-r...
  9. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Annotation Product Solution GroupDocs...: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/
  10. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...Annotation Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/updateresult/