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....Comparison Product Solution GroupDocs...verifySignatures ( request ); 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....Comparison Product Solution GroupDocs...verifySignatures ( request ); PHP // For complete examples and...
Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class.
This feature is supported for:
Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages.
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....Comparison Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...
GroupDocs.Viewer Cloud renders items from the root of the archive by default.
When rendering of a specified folder is required, it can be achieved as shown in the examples below.
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....Comparison Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // 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....Comparison Product Solution GroupDocs.... printStackTrace (); } } } PHP // 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....Comparison Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...
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...Comparison Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...
When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Comparison Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...
GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type.
Following example demonstrates how to print out archive contents.
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....Comparison Product Solution GroupDocs...Console . WriteLine ( folder ); PHP // For complete examples and...