Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 552 for

merger curl

(0.02 sec)
  1. 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

    docs.groupdocs.cloud/merger/join-word-continous/
  2. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

    docs.groupdocs.cloud/merger/split-document/
  3. 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

    docs.groupdocs.cloud/merger/join-document-cross...
  4. 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  5. 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Pages...

    docs.groupdocs.cloud/merger/swap-pages/
  6. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a 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. For protected documents, it is also required to provide a password....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Pages...

    docs.groupdocs.cloud/merger/remove-pages/
  7. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Pages...

    docs.groupdocs.cloud/merger/rotate-pages/
  8. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. The following properties of preview may be customized:...Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

    docs.groupdocs.cloud/merger/generate-document-p...
  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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Pages...

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

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Developer Guide / Document...

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