Sort Score
Result 10 results
Languages All
Labels All
Results 6,671 - 6,680 of 25,303 for

java

(0.2 sec)
  1. 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...
  2. 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/
  3. 使用 REST API 合并 PDF 文件 |合并 PDF 中的特定页面

    在 C# 中使用云上的 REST API 以编程方式合并多个 PDF 文件。使用文档合并 REST API 使用 .NET SDK 合并两个或多个文件。...目前,它还为 Cloud API 提供 Java、PHP、Ruby、Android 和 Node.js SDK...

    blog.groupdocs.cloud/zh/merger/merge-multiple-p...
  4. 在 Python 中使用 REST API 使用二维码签署 PDF 文档

    使用 Python 中的 REST API 和适用于 Python 的文档签名云 SDK,以编程方式使用 QR 码签署 PDF 文档。...NET、Java、PHP、Android、Ruby 和 Node.js SDK...

    blog.groupdocs.cloud/zh/signature/sign-pdf-docu...
  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. Convert CSV to JSON or JSON to CSV Programmatic...

    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...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. 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/
  8. 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.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/annotation/multiple-annota...
  9. 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....} } Java package examples.DocumentOperations ; import java.util...document. */ public class Merger_Java_JoinMultipleDocument { public...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  10. Convert Excel Spreadsheets to PDF in Node.js | ...

    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...

    blog.groupdocs.cloud/conversion/convert-excel-s...