Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 4,016 for

groupdocs total cloud

(0.07 sec)
  1. Convert PDF to Text Programmatically using REST...

    Groupdocs API allows you to convert PDF to Text file in high quality. Let's learn how to convert PDF to Text file programmatically using REST API in Ruby....using the Ruby SDK of GroupDocs.Conversion Cloud API . You can install...console: gem install groupdocs_conversion_cloud Please get your Client...

    blog.groupdocs.cloud/2022/07/05/convert-pdf-to-...
  2. Extract or Remove Annotations from PDF using RE...

    Programmatically Extract or Remove Annotations from PDF using a REST API in Node.js with Groupdocs.Signature Cloud for Node.js SDK....documents programmatically on the cloud. You can also extract or remove...the Node.js SDK of GroupDocs.Annotation Cloud API for extracting...

    blog.groupdocs.cloud/2021/08/14/extract-or-remo...
  3. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  4. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-sig...
  5. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  6. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with Groupdocs.Annotation Cloud V1 Groupdocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/working-with-an...
  7. Parse Word Documents using REST API in Node.js

    Programmatically Parse Word Documents and Extract Text & Images using a REST API on the Cloud in Node.js with Groupdocs.Parser Cloud SDK for Node.js....files programmatically on the cloud. This article will be focusing...the Node.js SDK of GroupDocs.Parser Cloud API. It allows you...

    blog.groupdocs.cloud/2021/07/16/parse-word-docu...
  8. Edit Documents using REST API in PHP | Edit DOC...

    Programmatically edit documents using a REST API in PHP with Document Editor Cloud SDK for PHP. Edit Word, Excel or Text files in PHP on the Cloud....files programmatically on the cloud. We can also apply text formatting...using the PHP SDK of GroupDocs.Editor Cloud API for modifying the...

    blog.groupdocs.cloud/2022/01/27/edit-documents-...
  9. Supported Document Formats | Documentation

    All document and image formats supported by Groupdocs.Viewer Cloud V2....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/supported-document-...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/annotationinfo/