Unplanned
Last Updated: 29 Apr 2026 10:18 by Greg
Greg
Created on: 29 Apr 2026 10:18
Category: PdfProcessing
Type: Bug Report
0
PdfProcessing: NetStandard: Missing content due to empty glyph outlines in embedded TrueType font subsets

NetStandard: Missing content due to empty glyph outlines in embedded TrueType font subsets.

Workaround 1

Fully embed the fonts in the result PDF document:

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

Workaround 2

Switch to a .NET Framework project environment and use the .NET Framework PdfProcessing packages.

0 comments