This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages:
Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not.... Message ); } } } } Java package examples ; import com...info. */ public class Merger_Java_GetDocumentInformati { public...
Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password.
The following example demonstrates how to extract pages 2,4,7 from a source document into a new document.
Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser.... Message ); } } } } Java package examples.PagesOperations...PagesOperations.ExtractPages ; import java.util.Arrays ; import com.groupdocs...
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 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...