Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,007 for

one

(0.09 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...programs, import and export it from one application to another then the...PowerPoint Presentations into One in Node.js PowerPoint file is...

    blog.groupdocs.cloud/groupdocs.cloud/page/27/
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Portable Document Format is one of the most popular formats for...spreadsheet in Python. PDF is a one of the most commonly used file...

    blog.groupdocs.cloud/groupdocs.cloud/page/29/
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Merge Multiple File Types into One Document using Ruby The merging...scattered data or information into one single file. We can easily merge...

    blog.groupdocs.cloud/groupdocs.cloud/page/32/
  4. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....ObjectExistsRequest ( "Annotationdocs/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "annotations\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/annotation/working-with-st...
  5. 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....join several documents into one curl -v "https://api.groupdocs...'FilePath': '/WordProcessing/one-page.docx' } } ], 'OutputPath':...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...instead of processing all files one by one. As a Ruby developer, you...Ruby. Change Orientation of one Page Word to Landscape or Portrait...

    blog.groupdocs.cloud/groupdocs.cloud/page/31/
  7. 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....programmatically combine PNG files into one large file without overlapping...method to combine PNG files into one. You can copy & paste the following...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  8. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....ObjectExistsRequest ( "Comparisondocs/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Comparisondocs\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/comparison/working-with-st...
  9. How to Change Page Orientation in Word Document...

    Change word document orientation to portrait or landscape in same word document. Let's examine how to change page orientation in Word document using Ruby....Polski Change Orientation of one Page Word to Landscape or Portrait...page orientation in word for one page or multiple pages is quick...

    blog.groupdocs.cloud/merger/how-to-change-page-...
  10. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as One page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....page of the next document as one page. Name Description Comment...join several documents into one curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/join-word-continous/