Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 7,625 for

join

(0.3 sec)
  1. 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...
  2. 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...
  3. 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/
  4. GroupDocs.Merger Cloud 21.12 Release Notes | Gr...

    This page contains release notes for GroupDocs.Merger Cloud 21.12 Major Features Added License API which allows to get metered license consumption information List of issues covering changes in this release Key Summary Category MERGERCLOUD-59 Pages parameter of Join options is not working as expected Bug MERGERCLOUD-60 Add method to get consumption of metered license Improvement API examples and documentation Here is an example how to retrieve metered license consumption...MERGERCLOUD-59 Pages parameter of Join options is not working as expected...

    docs.groupdocs.cloud/merger/groupdocs-merger-cl...
  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. 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/2021/10/16/merge-multiple-...
  7. 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...
  8. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, .... Join ( "," , formats ))); } } } catch...#{ format . target_formats . join ( ', ' ) } ]" ) end end end...

    docs.groupdocs.cloud/conversion/get-supported-f...
  9. Combine and Merge PowerPoint PPT/PPTX Files in ...

    You can combine and merge two PowerPoint presentations into one. This article is about how to combine and merge PowerPoint PPT/PPTX files in Python....comma separated list of created join items Set the output file path...combine files by calling the join() method of the DocumentAPI...

    blog.groupdocs.cloud/merger/combine-and-merge-p...
  10. 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/2021/09/17/merge-pdf-files...