Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,241 for

text watermark

(0.04 sec)
  1. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Watermark Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/update-barcode-s...
  2. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Watermark Product Solution GroupDocs...font(s) instead; Add text or image watermarks to any page and much...

    docs.groupdocs.cloud/conversion/features-overview/
  3. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....Watermark Product Solution GroupDocs...String Pdf Format of file after text recognition of image, put Xlsx...

    docs.groupdocs.cloud/translation/file/request/i...
  4. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of Text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....Watermark Product Solution GroupDocs...metadata and coordinates of text on pages. Resource The following...

    docs.groupdocs.cloud/annotation/get-document-in...
  5. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Watermark Product Solution GroupDocs...groupdocs.cloud/v2.0/translation/text' \ --header 'Authorization:...

    docs.groupdocs.cloud/translation/authorization/
  6. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison 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/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Watermark Product Solution GroupDocs...txt" , "fileFormat" : "Plain Text File" }, { "extension" : ".html"...

    docs.groupdocs.cloud/comparison/get-supported-f...
  7. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Watermark Product Solution GroupDocs...value that indicates whether a text case isn’t ignored. Is used...

    docs.groupdocs.cloud/parser/parse-by-template/
  8. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Watermark Product Solution GroupDocs...Pages count, size and visibility Text coordinates Attachments count...

    docs.groupdocs.cloud/viewer/get-document-inform...
  9. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Watermark Product Solution GroupDocs...docx\"}" Response [ { "id" : 0 , "text" : "This is ellipse annotation"...

    docs.groupdocs.cloud/annotation/extract-annotat...
  10. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some Text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Watermark Product Solution GroupDocs...messages inside folders by some text value from message content and...

    docs.groupdocs.cloud/viewer/filter-messages/