Filling forms with HTML data
Cannot insert HTML-format text into a PDF form field.
Perhaps you have an PDF input template and your goal is to generate output PDFs with the user data entered in HTML format into the fields. Toolkit will not render the HTML data as expected.
Probable Cause
PDF specifications do not support adding HTML into a field.
Resolution
To accomplish your goals, create an HTML page dynamically with the user data, then use ActivePDF WebGrabber to convert the HTML page to PDF.