pyhtml2pdf icon indicating copy to clipboard operation
pyhtml2pdf copied to clipboard

Simple python wrapper to convert HTML to PDF with headless Chrome via selenium

Results 2 pyhtml2pdf issues
Sort by recently updated
recently updated
newest added

Updates: 1. **Add support for BytesIO object as source and target of conversion.** This allows in-memory conversion when needed, such as in web server endpoints, where the content needs to...

The package did not work correctly when using compression on a Windows OS system. The issue stemmed from how the `subprocess.call` method was called, and with the way that a...