We are struggeling embedding all fonts required for a certain final PDF document.
This PDF is created from a set of word templates and later put together with several additional PDF documents.
In the end we need one PDF.
The fonts need to be embedded since it is a major requirement of the customer/printing service provider.
We are currently using different parameters when saving Word to PDF:
- PdfSaveOptions.EmbedFullFonts = FALSE
- PdfSaveOptions.EmbedStandardWindowsFonts = FALSE
- PdfSaveOptions.UseCoreFonts = DEFAULT
We need to set those options to FALSE otherwise the PDF document size would be way to big. 7 MB instead of about 900KB. The strange thing is it worked before and form what we know nothing has changed on our side.
The list of fonts in the adobe font tabe looks like that. Only the lines highlighted yellow are ok.
FontsIssue.jpg (22.9 KB)
Best regards
Markus Kübler