GroupDocs.Viewer Cloud supports rendering documents that are protected with a password.
The following code sample shows how to render password-protected documents.
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.
Swagger UI lets you call this REST API directly from the browser...."Password": "12345" }, "ViewFormat": "HTML" }' Windows PowerShell # First...'Password': '12345' }, 'ViewFormat': 'HTML' }" Windows CMD REM First get...