tpisto / pdf-fill-form

Fill PDF forms and return either filled PDF or PDF created from rendered page images.
MIT License
227 stars 48 forks source link

can not use in vue 2 #102

Closed binoysarker closed 2 years ago

binoysarker commented 3 years ago

Hello sir, i am trying to use this package in vue 2 (typescirpt + class component). I am getting this error image My js file that i want to import and use image i have installed these packages. "pdf-fill-form": "^5.1.0", "@types/pdf-fill-form": "^5.0.1", Now my question is that how can i solve this ? Thanks.

tpisto commented 3 years ago

Hi! This library works only on Node.js environment. Browsers are not yet supported.

Binoy Sarker @.***> kirjoitti 12.7.2021 kello 9.19:

 Hello sir, i am trying to use this package in vue 2 (typescirpt + class component). I am getting this error

My js file that i want to import and use

i have installed these packages. "pdf-fill-form": "^5.1.0", @.***/pdf-fill-form": "^5.0.1", Now my question is that how can i solve this ? Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.