Unplanned
Last Updated: 17 Jun 2020 15:35 by ADMIN
Pochun
Created on: 17 Jun 2020 15:34
Category: PdfProcessing
Type: Bug Report
1
PdfProcessing: Signature field validation fails if a document is imported from a byte array of CopyStream property is false

PdfProcessing: Signature field validation fails if a document is imported from a byte array of CopyStream property is false.

Workaround: Set the CopyStream property of the ImportSettings to true:

PdfFormatProvider formatProvider = new PdfFormatProvider();
formatProvider.ImportSettings.CopyStream = true;
0 comments