Cannot get this to work
dianesabra opened this issue · 1 comments
dianesabra commented
First of all, I love the demo. Thanks for that.
My goal: We have many fillable forms that we will be printing in our web app. One of them is the Buyer's Guide: https://www.ftc.gov/system/files/documents/plain-language/cfr_buyers_guides_english.pdf.
The user will not be uploading the document each time they want to print it. We want to save the PDF in our files and have the code find the PDF, fill it out, and then print it.
I ran into an error that I'd appreciate your help on a lot.
What I've done so far...
- run NPM
- imported pdfform into the component.
- I did not import the <script> into the index.html.
- created a function in the component mentioned in #2 above
This is the error I am receiving.
angdev-123 commented
Did you get this to work?
I have similar requirement