Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,563 for

language

(0.73 sec)
  1. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....all mainstream programming languages. What is GroupDocs Assembly...Adobe Acrobat PDF Printing Language PCL, PS, XPS, OXPS Web HTML...

    docs.groupdocs.cloud/assembly/getting-started/p...
  2. 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....or development language. You can use any language and platform...support API in many development languages in order to make it easier...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  3. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....or development language. You can use any language and platform...support API in many development languages in order to make it easier...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  4. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....of code in any programming language supported by . Read article...Behind the scenes Natural language processing is a resource-intensive...

    docs.groupdocs.cloud/rewriter/workflow/
  5. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....HTM The standard markup language for Web pages. Microsoft Word...the dialects of the Markdown language (including Markdown with Hugo...

    docs.groupdocs.cloud/translation/supported-file...
  6. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud a document parsing REST API solution. You can extract text, images and metadata for MS Office, OpenOffice, PDF, HTML and many file formats...File HTML Hypertext Markup Language File XHTML Extensible Hypertext...Hypertext Markup Language File MHTML MIME HTML File MD Markdown...

    blog.groupdocs.cloud/parser/introducing-documen...
  7. System requirements | Documentation

    Minimum requirements and prerequisites for developing applications with GroupDocs.Translation Cloud....used with any programming language that supports HTTPS requests:...

    docs.groupdocs.cloud/translation/system-require...
  8. Verify QRCode 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 verify a signed document. It provides methods to verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  9. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/signature/document-informa...
  10. 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....or development language. You can use any language and platform...support API in many development languages in order to make it easier...

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