Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 935 for

java examples

(0.37 sec)
  1. GroupDocs.Annotation | Introduction of PHP SDK ...

    GroupDocs.Annotation for Cloud is a platform independent REST API to annotate documents, that can be used with any language in Cloud Apps and Websites... The SDK includes working examples, to get you started in no...popular platforms e.g. Ruby, Java, Python etc. Improvement and...

    blog.groupdocs.cloud/annotation/introduction-of...
  2. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....has been used in the example. cURL example Linux/MacOS/Bash curl...ord-protected.xlsx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  3. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Join several documents into one (example endpoint) curl -v "https://api.... cURL example The following example demonstrates how...several documents into one (example endpoint) curl -v "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example to join several documents into one curl -v 'https://api.... cURL example The following example demonstrates how...'Accept: application/json' # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example....has been used in the example. cURL example Linux/MacOS/Bash # Convert...slides/sample.pptx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  6. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....used in the example. cURL example The following example demonstrates..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/parser/get-template/
  7. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api.... cURL example Linux/MacOS/Bash # Get JSON..."OOXML 2007-2010" } ] } SDK examples Using an SDK (API client)...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  8. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required.... cURL example Linux/MacOS/Bash # Get JSON...10240 , "pageCount" : 4 } SDK examples Using an SDK (API client)...

    docs.groupdocs.cloud/metadata/get-document-info...
  9. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser.... cURL example Linux/MacOS/Bash # Convert...owords/sample.docx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/convert-to-word...
  10. Archive

    archives...March 2 Edit PDF Metadata in Java March 11, 2026 · Muhammad Mustafa...Edit PowerPoint Files Using Java Library February 25, 2026 ·...

    blog.groupdocs.cloud/archives/