Нow-to insert different types of elements, such as hyperlinks, bookmarks, barcodes, into reports dynamically using GroupDocs Assembly Cloud....a hyperlink to an external resource, or the name of a Bookmark...
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....Values: Default, Continous Resource URI HTTP POST ~/join lets...
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....Second-page number to swap Required Resource URI HTTP POST ~/pages/swap...
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....resultant document Required Resource URI HTTP POST ~/pages/remove...
This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details.... Resource URI HTTP POST ~/conversion...
This example demonstrates how to convert the CSV documents into pdf documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body.... Resource HTTP POST /conversion Swagger...
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 Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....Values: Horizontal, Vertical Resource URI HTTP POST ~/join lets...
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....resultant document Required Resource URI HTTP POST ~/join lets...
GroupDocs.Comparison Cloud is a REST API for comparison of documents with manipulatation alongwith changes in the cloud....API is providing two main resources for document comparison operation...complete details. Document Resources: # Result document Stream...
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....Rotate270 Required property Resource URI HTTP POST ~/pages/rotate...