Unplanned
Last Updated: 14 Feb 2025 13:05 by Sandy
Sandy
Created on: 14 Feb 2025 13:05
Category: PdfProcessing
Type: Bug Report
0
PdfProcessing: NetStandard: Corrupted document when exporting "Courier New" subset

Corrupted document when exporting "Courier New" subset.

Workaround - fully embed the font:

var pdfFormatProvider = new PdfFormatProvider();
pdfFormatProvider.ExportSettings.FontEmbeddingType = FontEmbeddingType.Full;

 

0 comments