GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf.
Following example demonstrates on how to render document with default options.
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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....-> createView ( $request ); Java // For complete examples and...loud/groupdocs-viewer-cloud-java-samples string MyClientSecret...
GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method.
Following example demonstrates how to retrieve view information for Outlook Data File.
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....-> getFolders ()), " \n " ; Java // For complete examples and...loud/groupdocs-viewer-cloud-java-samples string MyClientSecret...
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.... Count ); Java // For complete examples and.../groupdocs-comparison-cloud-java-samples String MyClientSecret...
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....Requests\ConvertDocumentReque ( $settings )); Java // For complete examples and.../groupdocs-conversion-cloud-java-samples String MyAppKey = ""...
GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions.
Following example demonstrates how to protect output PDF document.
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....-> createView ( $request ); Java // For complete examples and...loud/groupdocs-viewer-cloud-java-samples string MyClientSecret...
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....VerifySignatures ( request ); Java // For complete examples and...d/groupdocs-signature-cloud-java-samples String MyClientSecret...
Programmatically Remove Signatures from Signed PDF Documents using a REST API in Python with Document Signature Cloud SDK for Python....NET , Java , PHP , Android , Ruby , and...
This example demonstrates how to convert Spreadsheet 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....Requests\ConvertDocumentReque ( $settings )); Java // For complete examples and.../groupdocs-conversion-cloud-java-samples String MyAppKey = ""...
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....Requests\ConvertDocumentReque ( $settings )); Java // For complete examples and.../groupdocs-conversion-cloud-java-samples String MyAppKey = ""...
GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property.
The following code sample shows how to render a Word document including tracked changes.
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....-> createView ( $request ); Java // For complete examples and...loud/groupdocs-viewer-cloud-java-samples string MyClientSecret...