How to control Font Embedding In PDF Documents?

By default DominoPDF embeds fonts into the PDF.

The NoEmbedFonts setting in the DoPDF() method allows you to specify which fonts are not embedded into the PDF and therefore referenced directly.

Usage is as follows (and detailed in the help file);

Call v.DoPDF(“http://…”, “c:\test.pdf”, “NoEmbedFonts=Barcode3of9”)

Multiple fonts can be separated by using a * delimeter for example, NoEmbedFonts=Barcode3of9*Arial.

Comments are closed.