Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 911 for

java examples

(0.33 sec)
  1. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....has been used in the example. cURL example Linux/MacOS/Bash curl..."ott" , "html" ] }, ... ] SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/get-supported-f...
  2. 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.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  3. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to rotate selected pages of...

    docs.groupdocs.cloud/merger/rotate-pages/
  4. Working with Search 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 search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options.... For example, you can search whether a document...has been used in the example . cURL example Linux/MacOS/Bash curl...

    docs.groupdocs.cloud/signature/working-with-sea...
  5. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice generation \"DOC to JPEG in ......generation \"DOC to JPEG in Java\" \"docx を jpg にオンラインで変換\" \"export...converter\" docx to jpg java word to image java rest api wordをjpgに変換...

    blog.groupdocs.cloud/ja/tags/index.xml
  6. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....or DOCX) to JPG images using Java REST API, enabling image-based...covers SDK setup, C# code examples, and cURL commands for efficient...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  7. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....used in the example. cURL example The following example demonstrates..."Accept: application/json" # Example: join several documents into...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  8. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET.... cURL example The following example demonstrates how..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Edit PDF Metadata in C# - PDF Metadata Editor

    Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF metadata in C# Programmatically. It also offers a web-based online metadata editor.... It also provides Java SDK as its document metadata...the steps and available code examples. Once you have your client...

    blog.groupdocs.cloud/metadata/edit-metadata-of-...
  10. Working with Text 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 Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text 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-tex...