Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 1,334 for

joining

(0.07 sec)
  1. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the 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 moving document pages....application/json" * cURL example to join several documents into one curl...

    docs.groupdocs.cloud/merger/move-pages/
  2. 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....application/json" * cURL example to join pages from several documents...

    docs.groupdocs.cloud/merger/import-attachment/
  3. 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....application/json" * cURL example to join several documents into one curl...

    docs.groupdocs.cloud/merger/swap-pages/
  4. Java で Excel シートを結合する - Excel ファイル結合

    GroupDocs.Merger Cloud SDK をインストールし、独自の Excel ファイル結合をプログラムで開発します。 Cloud SDK と REST API を使用して Java で Excel シートを結合します。...join(request); System.out.println("Output...

    blog.groupdocs.cloud/ja/merger/combine-excel-sh...
  5. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": ".... Join ( "," , entry . Extension )));...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  6. GroupDocs Cloud Blog on Document Automation RES...

    GroupDocs Cloud Blog on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Automation REST APIs | GroupDocs Cloud Rephrase and Rewrite Documents in ....... Join Word Documents using a Word...Follow this guide to learn how to join Word documents programmatically...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  7. Document Automation REST APIs | GroupDocs Cloud

    Document Automation REST APIs | GroupDocs Cloud Recent content on Document Automation REST APIs | GroupDocs Cloud Convert PDF to HTML using .NET - PDF to Web Conversion How to convert PDF to HTML u...... Join Word Documents using a Word...Follow this guide to learn how to join Word documents programmatically...

    blog.groupdocs.cloud/index.xml
  8. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  9. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  10. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/parser/parse-by-template-s...