Click or drag to resize

PdfDocumentOptionsEmbedFonts Property

When true this options instructs the converter to embed all the true type fonts into the PDF document. The default value of this property is false.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool EmbedFonts { get; set; }

Property Value

Type: Boolean
See Also