Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1, 2.5
-
None
-
None
Description
Documents with multiple pages cannot be generated safely using embedded fonts because not all character/glyphs are embedded in the document.
While debugging I discovered that the postscript renderer embeds/writes the font-glyphs after parsing the first page. After parsing/writing any adjacent page the imbedded is not updated (the FontInfo object would reference the additional characters), so any character not present on the first page cannot be displayed properly because the glyphs are not embedded.
Unfortunately setting EmbeddingMode to FULL did not work as workaround for me.
regards nik lutz