Completed
Last Updated: 07 Jul 2026 13:48 by ADMIN
Release 2026.2.707 (2026 Q2)
Jérémie
Created on: 02 Jul 2026 14:22
Category: PdfProcessing
Type: Bug Report
1
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