desertbit / fillpdf

FillPDF - Fill PDF forms
Apache License 2.0
82 stars 29 forks source link

pdftk utility is not installed — installing pdftk doesn't solve the error #5

Closed maxiride closed 3 years ago

maxiride commented 3 years ago

Hi, I've tried to use this package but i get the error: pdftk utility is not installed!, i then proceeded to installed pdftk, and I've added the executable to the PATH, however, the error is still thrown when attempting to fill a pdf.

Any guideline on how to proceed?

go version go1.16.2 windows/amd64 Windows 10

maxiride commented 3 years ago

After searching a while I found another library, inspired by this one where they specifically report that pdftk server version is need and it is retrievable here.

I'd suggest to include this precious information in the readme.

r0l1 commented 3 years ago

Thanks for the info. Windows is not a target for me. Please feel free to provide a pull request with the Windows documentation.

r0l1 commented 3 years ago

Thanks for the fast pull request!