I am using Weasyprint
to convert html to pdf in my code. Everything runs fine locally. Weasyprint
depends on wkhtmltopdf
package.
This package needs binaries installed on system with
sudo apt install wkhtmltopdf
which is dependancy else I get
No wkhtmltoimage executable found: "b''"
How can I install this binary required in zappa environment as this is OS depedent package?