-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form fields in the wrong place #252
Comments
As sugested by @rototor the style But if the content exceeds the first page then the fillable boxes of the second (I haven tested with more than 2 pages) go under the second page, out of it. |
Both the page margin issue and the multiple pages issue were caused by failing to clone the page transform when we passed it to the form object to process later. Meaning that when we came to the end and processed all forms/controls we used the last page transform for each instead of the correct one. Anyway, thanks for reporting this @tiredelk and both examples now work. Let us know if you find any other issues with form handling. |
I've documented form controls. It may be useful. |
I am using form option in html but nothin is displaying in pdf. which version support form |
Hi,
I'm converting a very simple html with a form (input text, textarea, checkbox and radio buttons) into PDF. The problem is the position of the fillable boxes in the final PDF, they are all to the left/top.
I tried to fix it with css but it doesn't seem to apply to the fillable boxes (or I don't know how to).
form.html.txt - form.pdf
Any suggestions?
The text was updated successfully, but these errors were encountered: