Check document password-protection

GroupDocs.Merger allows to check document for password-protection. The result will be true if document has password for opening set, in other case false will be returned.

Here are the steps to check document password-protection:

The following code sample demonstrates how to check document password-protection.

with gm.Merger(constants.sample_xlsx_protected) as merger:
        is_password_set = merger.is_password_set()