Thank you for submitting an issue to jsPDF. Please read carefully.
Are you using the latest version of jsPDF?
Have you tried using jspdf.debug.js?
Steps to reproduce
Ideally a link too. Try fork this http://jsbin.com/rilace/edit?html,js,output
What I saw
What I expected
read plugins/acroform.js
or extract the examples from here:
https://github.com/MrRio/jsPDF/blob/master/tests/acroform/standard.spec.js
btw. not a real issue. Should be closed
@arasabbasi this instructions are not clear. How to import the acroform plugin?
???
How to use the acromforms? like checkbox? the code provided on examples does not work, it gives an error saying Checkbox is undefined.
If you use jspdf.debug.js then you have acroforms included
what about the one at npm?
Do you use nodejs? Because acroforms.js in current version sucks. I already refactored acroforms.js to be atleast somehow working with nodejs.
But I dont know what version is published at npm
acroform.js is refactored and should be useable hopefully in nodejs in the next version.
How does one use acroform.js in node? I am trying to figure out how to load the module.
Isn't this project maintained anymore? How to use acroform.js in node?