You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Added this to a Heroku (heroku-16) Django app.
Files are installed in app/bin:
~/bin $ find -maxdepth 1 -type f -ls -exec file -b {} \; 15619982 38816 -rwx------ 1 u46936 dyno 39745960 Jan 20 2016 ./wkhtmltopdf ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped 15619983 38740 -rwx------ 1 u46936 dyno 39666344 Jan 20 2016 ./wkhtmltoimage ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped
When using Pdfkit.to_pdf the following error is returned:
When running wkhtmltopdf -V:
Should I set the path variable? If so, how?
The text was updated successfully, but these errors were encountered: