-
Notifications
You must be signed in to change notification settings - Fork 132
Installed but no output #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You need to set the path to your |
I just did and got the following :
I guess that this is due to the fact that the path is
but my server is on another hard drive (f:) and on a an actual server the pdftk path might be outside of the domain (equivalent to this c:\ f:\ situation). So how to handle that ? |
The hard truth is: We don't really support Windows systems. While it basically should work, you're on your own, if it doesn't. You can check the underlying https://github.com/mikehaertl/php-shellcommand library, which we use to execute the command. We have some notes for windows users there. There also was an issue with spaces in command names, see mikehaertl/php-shellcommand#1. If you find out how to make it work, feel free to report back here, so that we can add some more tips to the README for windows users. |
I managed to get the package to work on windows 10, the main issue (for me) was the path to the pdf template file, it must be apsolute e.g: |
I want to share what worked with me on windows 10.
And thats it! |
Added a note about setting the path on windows to the readme. |
Hi,
I discovered your script and wanted to test it locally (Windows), so I did the following :
I tried as well with the functions to Generate FDF, to Get PDF data and to Fill form from FDF, and for each time, the page was blank with no errors.
Could you please tell me if I did something wrong in the steps, forgot something or how to debut it as I am certain that your script works but just don't know what is happening in my setup...
PS : just for info, when I do "pdftk a.pdf fill_form data.fdf output bc.pdf" in a command line, it works perfectly and the bc.pdf is well filled.
Thank you VERY much for your precious help.
hycday
The text was updated successfully, but these errors were encountered: