Click or drag to resize
Pdf Library for .NET

PdfHtmlElementEmbedFonts Property

Instructs the converter to embed all the needed fonts into the pdf document or not.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool EmbedFonts { get; set; }

Property Value

Type: Boolean
Remarks
The default value for this property is false and the fonts are not automatically embedded.

This property does not control the web fonts (fonts that are downloaded with the web page). The web fonts are always embedded because they are not installed on the machine.

See Also