I created a website which generates PDF using PDFKIT and I know how to install and setup environment variable path on Window. I managed to deploy my first website on Heroku but now I'm getting error "No wkhtmltopdf executable found: "b''" When trying to generate the PDF. I have no idea, How to install and setup WKHTMLTOPDF on Heroku because this is first time I'm dealing with Linux. I really tried everything before asking this but even following this not working for me. Python 3 flask install wkhtmltopdf on heroku
If possible, please guide me with step by step on how to install and setup this.
I followed all the resource and everything but couldn't make it work. Every time I get the same error. I'm using Django version 2. Python version 3.7.
This is what I get if I do heroku stack
Available Stacks cedar-14 container heroku-16 * heroku-18
Error, I'm getting when generating the PDF. No wkhtmltopdf executable found: "b''" If this file exists please check that this process can read it. Otherwise please install wkhtmltopdf - https://github.com/JazzCore/python-pdfkit/wiki/Installing-wkhtmltopdf
My website works very well on localhost without any problem and as far as I know, I'm sure that I have done something wrong in installing wkhtmltopdf.
Thank you