Set font embed mode for Form fields

With TemplateOptions.EmbedFontForFormFields, you can choose whether to embed the fonts used by Form fields when generating PDF document or not. - Set the option to True to embed fonts, however, the generated PDF may be large. - Set the option to False to not to embed any fonts, the generated PDF will be small in size, however, you may observe incorrect visual output on inputting fonts that are not installed on the system.