Sort Score
Result 10 results
Languages All
Labels All
Results 8,281 - 8,290 of 26,889 for

java

(0.12 sec)
  1. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud SDK,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...NET、Java、PHP、Ruby、Android 和 Node.js SDK...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...
  2. 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.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/search-watermarks/
  3. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the 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 moving document pages.... Message ); } } } } Java package examples.PagesOperations...position. */ public class Merger_Java_MovePage { public static void...

    docs.groupdocs.cloud/merger/move-pages/
  4. Comprehensive JSON to HTML Conversion Tutorial ...

    Learn how to transform JSON data into HTML using GroupDocs.Conversion Cloud SDK for PHP with a tutorial, complete code, cURL examples, and setup instructions....Conversion Convert JSON to HTML in Java - JSON to HTML Converter...

    blog.groupdocs.cloud/conversion/comprehensive-j...
  5. 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....} } Java package examples.PagesOperations ; import java.util...orientation. */ public class Merger_Java_ChangePageOrientatio { public...

    docs.groupdocs.cloud/merger/change-page-orienta...
  6. 使用 Python 比较两个或多个 Word 文档

    使用适用于 Python 的文档比较云 SDK,以编程方式在 Python 中使用云中的 REST API 比较两个或多个 Word 文档。...NET、Java、PHP 和 Ruby SDK 作为 Cloud API...

    blog.groupdocs.cloud/zh/comparison/compare-word...
  7. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined 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 defined as an object example.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  8. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....-> getMessage (), " \n " ; } Java // TODO: Get your AppSID and...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  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:...} } Java package examples.DocumentOperations ; import java.util...preview. */ public class Merger_Java_PreviewDocument { public static...

    docs.groupdocs.cloud/merger/generate-document-p...
  10. 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....} } Java package examples.PagesOperations ; import java.util...pages. */ public class Merger_Java_RemovePages { public static...

    docs.groupdocs.cloud/merger/remove-pages/