pdfkit — Easy Playground
HTML to PDF conversion using wkhtmltopdf
Getting started with pdfkitRun locally
Install
pip install pdfkitPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pdfkit)
pdfkit is a third-party package. HTML to PDF conversion using wkhtmltopdf. Install with: pip install pdfkit
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?