Unplanned
Last Updated: 17 Oct 2024 08:58 by Heather
Heather
Created on: 17 Oct 2024 08:58
Category: PdfProcessing
Type: Bug Report
7
PdfProcessing: PdfStreamWriter: InvalidOperationException is thrown when creating multi-page document with umlaut on the last page

PdfStreamWriter: "InvalidOperationException: 'isContentReleased'" is thrown when creating a multi-page document with an umlaut on the last page.

Workaround - Explicitly set the block font:
block.TextProperties.Font = FontsRepository.Courier;

0 comments