Jspdf: How can we generate form fields like text box, radio buttons in PDF File and those form fields should be editable

Created on 26 Jul 2017  路  10Comments  路  Source: MrRio/jsPDF

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

All 10 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maxiplay picture maxiplay  路  27Comments

Asturias-sam picture Asturias-sam  路  27Comments

doubletaketech picture doubletaketech  路  53Comments

larkin picture larkin  路  28Comments

vzhikness picture vzhikness  路  69Comments