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....value that indicates whether a text case isn’t ignored. Is used...
Programmatically convert images (JPG or PNG) to PDF using a REST API in Python with GroupDocs.Conversion Cloud API and Python SDK.... Then, set watermark text, color, font_size, rotation_angle...
Programmatically convert Excel files to PDF documents on the cloud using a REST API in PHP with GroupDocs.Conversion Cloud API....WatermarkOptions object and set Watermark Text, Color, Width, Height, etc....
Change one page orientation in word to make word landscape or portrait using Python. Let's see how to change page orientation in Word documents using Python...the appearance and spacing of text and images. In this article...
Programmatically convert PDF to PowerPoint PPTX presentation using a REST API in Node.js. Node.js SDK allows converting PDF to PPT and PPTX.... Then, set Watermark text, color, width, height, left...
GroupDocs.Conversion offers conversion of a wide range of document formats. This article is about how to convert HTML to Markdown with Java using REST API....simple syntax used for formatting text. Converting HTML to Markdown...
Free Support
Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…..." text when using GroupDocs.Signature...
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 Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Pages count, size and visibility Text coordinates Attachments count...
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 Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard...."}" Response [ { "id" : 0 , "text" : "This is ellipse annotation"...
Programmatically Convert Excel Spreadsheets to PDF files using a REST API in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....WatermarkOptions Set Watermark Text, Color, Width, Height, etc....