Unplanned
Last Updated: 02 Jul 2026 14:22 by Jérémie
Jérémie
Created on: 02 Jul 2026 14:22
Category: PdfProcessing
Type: Bug Report
0
PdfProcessing: InvalidOperationException is thrown when exporting a PDF document with a set compliance that processes Type3 font glyphs

InvalidOperationException is thrown when exporting a PDF document with a set compliance that processes Type3 font glyphs.

Workaround: Before export, set compliance to None.

var provider = new PdfFormatProvider();
provider.ExportSettings.ComplianceLevel = PdfComplianceLevel.None;

 

0 comments