Declined
Last Updated: 02 Feb 2023 11:19 by ADMIN
ADMIN
Svilen
Created on: 21 Mar 2022 14:42
Category: PdfViewer
Type: Bug Report
0
PdfViewer: NotSupportedException thrown when exporting a RadFixedDocument, which contains a signature added with PdfProcessing

When exporting a RadFixedDocument, which contains a signature added with PdfProcessing a NotSupportedException is thrown: 'Stream does not support reading.'

Resolution: When exporting a digitally signed document a stream that allows both reading and writing should be passed to the PdfFormatProvider.

Example:

Stream outputStream = new FileStream("path", FileMode.OpenOrCreate, FileAccess.ReadWrite)

0 comments