Programmatically Convert PDF to Editable Word Document using a REST API in Node.js. Node.js SDK allows converting PDF to DOC and DOCX files....NET, Java, PHP, Ruby, Android, and Python...
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.... C# Java Was this page helpful? Not really...
Extract single page from PDF or extract all pages from PDF file online and easily. This article is about how to extract pages from PDF file online in Python...NET, Java , PHP , Ruby , Android , and...
Programmatically Convert Excel Spreadsheets to PDF files using a REST API in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....NET, Java, PHP, Ruby, Android, and Python...
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.... C# Java Was this page helpful? Not really...
GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered.
The following code sample shows how to render N consecutive pages of a document.
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....-> createView ( $request ); Java Ruby # For complete examples...
This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password.
The table below contains the full list of properties that can be specified while swapping document pages.... Message ); } } } } Java package examples.PagesOperations...pages. */ public class Merger_Java_SwapPages { public static void...