Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 14,185 for

java sdk

(0.13 sec)
  1. Point Annotation | Documentation

    Point annotation sticks comments to any point in a document 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..., "title" : "output.docx" } SDK examples The API is completely...

    docs.groupdocs.cloud/annotation/point-annotation/
  2. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (used if you want to hide some text) 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..., "title" : "output.docx" } SDK examples The API is completely...

    docs.groupdocs.cloud/annotation/resource-redact...
  3. Update QR-Code 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."height" : 200 } ], "failed" : [] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  4. convert Text to image on Document Automation RE...

    convert Text to image on Document Automation REST APIs | GroupDocs Cloud Recent content in convert Text to image on Document Automation REST APIs | GroupDocs Cloud Konvertieren Sie Text in ein Bild......Konvertieren Sie Text in ein Bild in Java – Text zu PNG-Konverter Befolgen...zu erfahren, wie Sie Text in Java programmgesteuert in Bilder...

    blog.groupdocs.cloud/de/tag/convert-text-to-ima...
  5. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Buy Now Pricing Information SDKs Policies My Orders & Quotes...article for complete example. SDK examples Check out our GitHub...

    docs.groupdocs.cloud/parser/features-overview/
  6. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source Sdks to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....NET and Java libraries: 25% off all license...NET and GroupDocs.Total for Java libraries: 25% off all license...

    blog.groupdocs.cloud/categories/groupdocs.total...
  7. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined 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 defined as an object example....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."rowSpan" : 1 } ] } } } ] } SDK examples Our API is completely...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  8. 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": "....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Electronic publication" } ] } SDK example The API is completely...

    docs.groupdocs.cloud/comparison/get-supported-f...
  9. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removed_watermarks/sample_pdf/sample.pdf" } SDK examples Our API is completely...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  10. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."replaced_watermarks/sample_pdf/sample.pdf" } SDK examples Our API is completely...

    docs.groupdocs.cloud/watermark/replace-watermarks/