Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,539 for

language

(0.05 sec)
  1. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. 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/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "...."fileFormat" : "HyperText Markup Language" }, { "extension" : ".html"..."fileFormat" : "HyperText Markup Language" }, { "extension" : ".eml"...

    docs.groupdocs.cloud/annotation/get-supported-f...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...that can be used with any language in Cloud Application/Websites...integrated with any development language. Our Document Comparison Cloud...

    blog.groupdocs.cloud/groupdocs.cloud/page/43/
  3. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved 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 Store in User Storage 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-s...
  4. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....thought of searching a term in a language other than English or having...search queries written in a language that does not match the keyboard...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  5. 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...
  6. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud is a REST API solution to parse documents to extract text, images and document information on any platform....be used on any platform or language that supports REST. What is...your favorite programming language. You can find a complete list...

    blog.groupdocs.cloud/parser/a-rest-api-solution...
  7. Failed to convert MOV to MP4 - Free Support For...

    Hi. I’ve tried to convert mov file to mp4 with the latest version of conversion-cloud solution (24.4.0) - it was failed with the error message “Conversion from svg (Page Description Language) to mp4 (Video) is not suppo…...from svg (Page Description Language) to mp4 (Video) is not supported...

    forum.groupdocs.cloud/t/failed-to-convert-mov-t...
  8. Developer's reference | Documentation

    For developers, by developers. Find answers in GroupDocs.Rewriter Cloud developer's reference and start building your content processing applications....Authorization Setting content language Processing files Working with...

    docs.groupdocs.cloud/rewriter/developer-reference/
  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....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/
  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....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/