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...
Convert JSON array to CSV table using C# REST API. This article is about how to convert CSV to JSON or JSON to CSV Programmatically in C#....Currently, it supports C# , Java , PHP , Ruby , Python and Node...
This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....} } Java package examples.PagesOperations ; import java.util...pages. */ public class Merger_Java_RemovePages { public static...
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...
使用 GroupDocs.Conversion Cloud SDK for Node.js 将 HTML 文件转换为 JSON 格式。通过 REST API 在线将结构化的 HTML 文档转换为 JSON 格式。... 现在,生成您的个性化 Java Web 访问令牌并执行以下命令以进行 HTML 转 JSON...
This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document.
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....} } Java package examples.DocumentOperations ; import java.util...document. */ public class Merger_Java_JoinMultipleDocument { public...
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 to add multiple annotations to the document
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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser.
cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...
This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....} } Java package examples.PagesOperations ; import java.util...orientation. */ public class Merger_Java_ChangePageOrientatio { public...