Font Embedding

Top  Previous  Next

 

 

 

 

Font Encoding

Use FontEncoding option to indicate the type of font encoding to be used to display font. Font encoding can be feWinAnsiEncoding, feMacRomanEncoding, feMacExpertEncoding, feStandardEncoding or fePDFDocEncoding. If a wrong Font encoding value is selected then some characters may not be displayed properly in the PDF document.

 

Embed All Used Fonts

PaperlessPrinter SDK can embed TrueType fonts into the PDF document. By default fonts with non-ANSI character sets are embedded into the PDF document. Use EmbedUsedFonts option to embed all TrueType fonts used in the original document.

 

Always Embed Fonts

Use AlwaysEmbedFonts and AlwaysEmbedFontList option to specify the list of fonts that is to be embedded always in the PDF document. These fonts are embedded even if they are not used in the original document.

 

Never Embed Fonts

Use NeverEmbedFonts and NeverEmbedFontList option to specify the list of fonts that should not be embedded in the PDF document. Fonts with non-ANSI character sets are always embedded into the PDF document.