-
Notifications
You must be signed in to change notification settings - Fork 346
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
Windows platforms? #28
Comments
If you can make it work, I'll gladly merge it in. Do you know if they need to run an installer, or if the exe alone is enough? |
I had a quick go at this, my theory is that you could just extract the contents of However I got stuck with Cygwin path hacks getting in the way with https://github.com/mileszs/wicked_pdf/. wicked_pdf was correctly reporting the executable path of this binary as My Cygwin knowledge isn't strong enough to continue, so a much easier solution with if RbConfig::CONFIG['host_os'].match(/mingw32/)
WickedPdf.config[:exe_path] = 'C:\\program files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe'
end |
@m-baumgartner , I'm curious; is your |
@unixmonkey I think we can close it 🤝 🍻 |
Is there any way we can make this work on Windows?
wkhtmltopdf
has Windows packages. Am I missing something here?The text was updated successfully, but these errors were encountered: