Duplicated
Last Updated: 28 Mar 2023 08:29 by ADMIN
ADMIN
Martin
Created on: 02 Feb 2022 11:00
Category: PdfProcessing
Type: Bug Report
0
PdfProcessing: Exporting a document containing a SignatureField with an IsEncrypted export setting set to true does not allow the document to be opened

When a document containing a SignatureField is exported with the IsEncrypted property set to true, a not set UserPassword is required to open it, which makes it impossible to be opened.

Workaround: Exporting with AES256 encryption does not have this problem:

provider.ExportSettings = new PdfExportSettings
{
	IsEncrypted = true,
	EncryptionType = EncryptionType.AES256
};

 

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
0 comments