How to convert HTML to PDF in AWS Lambda using Python as a run environment

Viewed 1274

Is there any Python Library or Tool from which I can convert HTML to PDF (image, styles) in AWS Lambda. I searched on google, but failed to get any suitable solution. Mostly looking MIT or BSD licences tool. I checked wkhtmltopdf, but it is LGPLv3 licences.

No third party API(html2pdf).

1 Answers
Related