Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,362 for

join

(0.09 sec)
  1. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables...."Accept: application/json" # Join several documents into one (example)..."Accept: application/json" # Join several documents into one (example)...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  2. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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" # cURL example to Join several documents into one curl -v "https://api....application/json" # cURL example to join several documents into one curl...application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge multiple Excel files into one file using a REST API on the cloud in Python with Excel Merger Cloud SDK for Python....comma separated list of created join items Set the output file path...JoinRequest with JoinOptions Call the join() method with JoinRequest The...

    blog.groupdocs.cloud/merger/merge-multiple-exce...
  4. Combine PNG Files in Java

    Combine PNG Files in Java programmatically. GroupDocs.Merger offers enterprise-level REST APIs and Cloud SDKs to seamlessly combine PNG files into one....before making an API call to join PNG files . So, let’s start...JoinOptions class. Call the join method to combine PNG files...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  5. Merge PDF Files using REST API in Python | Comb...

    Programmatically merge PDF files using a REST API on the cloud in Python with Document Merger Cloud SDK for Python. Merge specific pages of PDFs in Python....comma separated list of created join items Set the output file path...JoinOptions Get results by calling the join() method of the DocumentAPI...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...
  6. 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....application/json' # cURL example to join several documents into one curl...application/json' # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. 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...."Accept: application/json" # Join several documents into one (example..."Accept: application/json" # Join several documents into one (example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to Join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, Join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....REST API that allows you to join multiple documents and manipulate...actions: Document operations Join Documents This feature lets...

    docs.groupdocs.cloud/merger/features-overview/
  9. How to Merge Word Documents in Ruby using REST API

    How to Merge Word Documents in Ruby using REST API...comma separated list of created join items Set the output file path...JoinOptions Get results by calling the join() method of the DocumentAPI...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  10. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (Join several documents into one) curl -v "https://api....Example: retrieve metadata (join several documents into one)...Example: retrieve metadata (join several documents into one)...

    docs.groupdocs.cloud/metadata/extract-metadata-...