Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,017 for

merger family

(0.39 sec)
  1. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/import-attachment/
  2. Merge PDF Files using a REST API | Combine Spec...

    Programmatically merge multiple PDF files using a REST API on the cloud in C#. Use document Merger REST API to combine two or more files using .NET SDK....covered in this article: File Merger REST API and .NET SDK Merge...Files using a REST API File Merger REST API and .NET SDK # For...

    blog.groupdocs.cloud/merger/merge-multiple-pdf-...
  3. 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....in this article: Text File Merger REST API - Installation Combine...Online Text File Merger for Free Text File Merger REST API - Installation...

    blog.groupdocs.cloud/merger/how-to-combine-or-m...
  4. Merge and Combine PDF Files using REST API in Ruby

    PDF Merger API allows combining multiple PDF files into a single PDF file. This article is about How to Merge and Combine PDF Files using REST API in Ruby....covered in this article: PDF Merger REST API and Ruby SDK Combine...using Ruby Online PDF Merger for Free PDF Merger REST API and Ruby...

    blog.groupdocs.cloud/merger/merge-and-combine-p...
  5. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please obtain your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # They are supplied via the environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/join-images/
  6. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. 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 Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/join-document-cross...
  7. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/swap-pages/
  8. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/extract-pages/
  9. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/change-page-orienta...
  10. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/join-document-pages/