Set font embed mode for Form fields
With TemplateOptions.EmbedFontForFormFields, you can choose whether to embed the fonts used by Form fields when generaating PDF document.
- True to embed fonts, the generated PDF may be large.
- False to not embed any fonts, the generated PDF is small, but you may input messy code if can not find the fonts on your system.