HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Input text and font-family › Reply To: Input text and font-family
October 18, 2023 at 12:50
#37316
Historically, PD4ML only allows you to define the form font for an entire document through API call parameters:
public void generateForms(boolean enable, String useTtfFont);
public void generateForms(boolean enable, String useTtfFont, String formFontCharRange)
However, there are no longer technical reasons to maintain the restriction. We’ll look into adding the ability to override the font via CSS