HTML document to functioning PDF
Hi how can I create an html document into a functioning PDF? By functioning I mean a PDF that I can click on the fields and then save that PDF.
Currently I have an html form and I've exported it using a php library. The form works perfectly well and on my desktop I can click the items. However when I bring it into my iPhone I cannot view the clickable areas. I've read that this can be done in javascript but it seems like the documentation is ancient so I don't want to rely on that. Can you give me any ideas on how I can achieve this?
The goal would be to have a working PDF useable on adobe acrobat app on iPhone or any other device using the same app.
Thank you!
