Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,303 for

join

(0.14 sec)
  1. Merge PowerPoint PPT/PPTX Files Online using RE...

    Combine multiple PowerPoint presentations into a single file. This article is about how to merge powerPoint PPT/PPTX files online using REST API in Ruby....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-powerpoint-pp...
  2. 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...
  3. Msg to Pdf outputs multiple files - Free Suppor...

    Hi. I’ve an issue with converting MSG to PDF. I’ve a msg file with 3 attachments: 1 is xlsx, 2 are pdf files. I’m using groupdocs-conversion-cloud@24.2.0. First, converting that MSG file with attachments produces four …...Cloud API to join them and get a single file. Join Document Pages...specific document pages from joined documents into one resultant...

    forum.groupdocs.cloud/t/msg-to-pdf-outputs-mult...
  4. 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...
  5. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js....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-multiple-exce...
  6. 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....comma-separated list of created join items. Also, set the output... get results by calling the join() method of the DocumentApi...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret.... Join ( "," , formats ))); } } } catch...#{ format . target_formats . join ( ', ' ) } ]" ) end end end...

    docs.groupdocs.cloud/conversion/quick-start/
  8. How to Combine or Merge Multiple Text Files int...

    Our text merger allows you to combine multiple text files into single Text file. Let's learn how to combine or merge multiple Text files into one in Ruby....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-combine-or-m...
  9. Merge PNG Files in Node.js - PNG Merger Library

    GroupDocs.Merger offers Cloud SDKs for Node.js to merge PNG images programmatically. Node.js developers can install this API easily and invoke various methods....describes the document for the join operation. Instantiate an object...JoinRequest class and pass it into the join method to merge JPG files. The...

    blog.groupdocs.cloud/merger/merge-png-files-in-...
  10. Merge JPG Files into one in Java

    Learn how to merge multiple JPG images into one using GroupDocs.Merger Cloud SDK for Java. Get step-by-step instructions for using this tool.... Then, set image join mode to VERTICAL or HORIZONTAL...comma-separated list of created join items. Next, set the output...

    blog.groupdocs.cloud/merger/merge-multiple-jpg-...