Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 935 for

java examples

(0.14 sec)
  1. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Linux/MacOS/Bash curl -X POST "https://api....has been used in the example. cURL example Linux/MacOS/Bash curl...word-protected.pdf" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  2. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each 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.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to join pages from several...

    docs.groupdocs.cloud/merger/join-document-pages/
  3. Document Splitting in Python | Python PDF Files...

    Learn how to split a PDF file into multiple PDF files in Python using the GroupDocs.Merger Cloud SDK. Improve document organization with this guide....to the cloud using the code example given below: As a result, the...we will write steps and an example code snippet to split PDF pages...

    blog.groupdocs.cloud/merger/split-pdf-file-into...
  4. C# Merge PDF Files into One - C# File Merger

    Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guide for seamless PDF merging in your C# applications....the steps and available code examples. Add Client ID and Client...programmatically using the code example given below: As a result, the...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  5. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to mix pages from several documents...

    docs.groupdocs.cloud/merger/mix-document-pages/
  6. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Check article for a complete example. SDKs Check out our GitHub...Viewer SDKs along with working examples, to get you started in no...

    docs.groupdocs.cloud/viewer/features-overview/
  7. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....resource has been used in example . cURL example Linux/MacOS/Bash curl...{ "name" : "VIN" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/supported-barcodes/
  8. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....resource has been used in example . cURL example Linux/MacOS/Bash curl...{ "name" : "VIN" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/get-supported-ba...
  9. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....structure and formatting, for example, sales proposals, orders, contracts...Assembly SDKs along with working examples. At the moment following SDKs...

    docs.groupdocs.cloud/assembly/getting-started/p...
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document page count. 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.StorageName Storage name It could be omitted for default storage....the example. Resource URI HTTP POST ~/info cURL example The following...following example demonstrates how to get document information...

    docs.groupdocs.cloud/parser/get-document-inform...