Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 911 for

java examples

(0.21 sec)
  1. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....used in the example. cURL example The following example demonstrates..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/parser/extract-images-from...
  2. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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. FileInfo.Password The password to open file It should be specified only for password-protected documents....used in the example. HTTP POST ~/container cURL example The following...following example demonstrates how to get document information. Linux/MacOS/Bash...

    docs.groupdocs.cloud/parser/get-container-items...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page.... cURL example Linux/MacOS/Bash curl -X POST..."rows" : null } ] } } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. Working with Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to add Digital Signature to a document. It provides methods to create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature to Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....has been used in the example . cURL example Linux/MacOS/Bash curl...200 , "status" : "OK" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/working-with-dig...
  5. Working with Image Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....has been used in the example . cURL example Linux/MacOS/Bash curl...200 , "status" : "OK" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/working-with-ima...
  6. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options.... For example, you can verify whether a document...has been used in the example . cURL example Linux/MacOS/Bash curl...

    docs.groupdocs.cloud/signature/working-with-ver...
  7. 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...
  8. 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...
  9. 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...
  10. 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-...