Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Viewer Product Solution GroupDocs...searchSignatures ( request ); Python # For complete examples and...
Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Viewer Product Solution GroupDocs...analytics, finance, AI, and other Python applications. Use GroupDocs...
GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream.
Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL.
Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....Viewer Product Solution GroupDocs...Conversion_Node_Convert_To_Images ; Python # Import modules import gr...
This example demonstrates how to convert word processing document into html document with advanced conversion 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...Viewer Product Solution GroupDocs...ConvertDocumentReque ( settings )); Python # For complete examples and...
This example demonstrates how to convert one note 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....Viewer Product Solution GroupDocs...ConvertDocumentReque ( settings )); Python # For complete examples and...
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....Viewer Product Solution GroupDocs...RotateRequest ( options )); Python # For complete examples and...
GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files.
The following code sample demonstrates how to get list of all changes.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Viewer Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...
GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result.
The following code sample demonstrates how to accept all revisions.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method with options 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....Viewer Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...
This feature could be used only for Presentations, WordProcessing and Spreadsheet
GroupDocs.Comparison Cloud allows to compare documents that are protected with a password.
The following code sample shows how to compare password protected documents.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Viewer Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...
GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images.
The following code sample shows how to get changes coordinates.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Viewer Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...