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....Annotation Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...
This example demonstrates how to convert html document into pdf document 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 the File API documentation for usage details.
Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...Annotation Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...
This example demonstrates how to convert Wordsprocessing 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....Annotation Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...
Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions.
Keep in mind that aspect ratio is automatically applied when you set Width or Height only.
This example demonstrates how to set output image size
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...
GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property.
The following code sample shows how to render a specific layer of a CAD drawing.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...
This example demonstrates how to convert pdf documents into wordprocessing 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....Annotation Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...
GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document.
The following code sample demonstrates how to get list of all revisions.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.
Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...count: " + rInfos . size ()); PHP // For complete examples and...
GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false).
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...verifySignatures ( request ); PHP // For complete examples and...
This example demonstrates how to convert presentation 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....Annotation Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...