Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,187 for

editor java

(0.09 sec)
  1. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Editor Product Solution GroupDocs...your preferred language. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/search-watermarks/
  2. Render N consecutive pages | Documentation

    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....Editor Product Solution GroupDocs...-> createView ( $request ); Java Ruby # For complete examples...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  3. Remove Pages | Documentation

    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....Editor Product Solution GroupDocs...} } Java package examples.PagesOperations ; import java.util...

    docs.groupdocs.cloud/merger/remove-pages/
  4. Swap Pages | Documentation

    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....Editor Product Solution GroupDocs...api: " + e . Message ); } } } } Java package examples.PagesOperations...

    docs.groupdocs.cloud/merger/swap-pages/
  5. Join Multiple Documents | Documentation

    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....Editor Product Solution GroupDocs...} } Java package examples.DocumentOperations ; import java.util...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  6. 使用 REST API 編輯 Word 文檔或 Excel 工作表

    使用適用於 Python 的 Document Editor Cloud SDK,使用 Python 中云端文檔中的 REST API 以編程方式編輯 Word 文檔或 Excel 工作表。...Editor Cloud 的 Python SDK API。它允許您以編程方式編輯字處理文檔、Excel...工作表或其他支持格式的文檔。它還為雲 API 提供 .NET、Java、PHP、Ruby、Android 和 Node.js SDK...

    blog.groupdocs.cloud/zh-hant/editor/edit-word-o...
  7. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud SDK,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...Editor Cloud 的 Python SDK API。它允许您以编程方式编辑字处理文档、Excel...工作表或其他支持格式的文档。它还为云 API 提供 .NET、Java、PHP、Ruby、Android 和 Node.js SDK...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...
  8. Change Page Orientation | Documentation

    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....Editor Product Solution GroupDocs...} } Java package examples.PagesOperations ; import java.util...

    docs.groupdocs.cloud/merger/change-page-orienta...
  9. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. The following properties of preview may be customized:...Editor Product Solution GroupDocs...} } Java package examples.DocumentOperations ; import java.util...

    docs.groupdocs.cloud/merger/generate-document-p...
  10. Multiple Annotation | Documentation

    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....Editor Product Solution GroupDocs...Annotation added: " + link . Title ); Java & Android // For complete examples...

    docs.groupdocs.cloud/annotation/multiple-annota...