Spipu,
I have created several forms that have 'fill in the blank' lines, e.g. First name: ________________
I have not found a good way of creating the underline blank section that html2pdf will render correctly. The only way I have found that works is as follows:
First name: <span style="text-decoration: underline; line-height: 200%;">SPACESPACESPACE...</span>
[The "SPACE" is really the HTML entity - ampersand nbsp semicolon - I can't type it because it will disappear when I post.]
That works OK, but when I have multiple long lines of blanks it takes up many times the space than it would using css.
The letters and forms are being created by the user in an HTML editor (YUI) and stored in a database. The letter/form is than processed from the database from HTML to PDF using html2pdf.
Thanks for any thoughts you have on this.
Bob