PDF package without dependencies [closed]
I'm trying to deploy a site PaaS service.
In one of my APIs I convert html to pdf.
But the package has some dependencies which are not installed on the server. That's why I cannot deploy my site.
If I want to deploy it using docker I also need to configure nginx myself and i don't want to fall into nginx difficulties.
Does anybody know a html-to-pdf package in python that doesn't require any dependencies?