I’d suggest giving `reportlab` a shot if you need more advanced PDF features. It’s not as simple as PIL, but it’s super powerful for creating PDFs from scratch or adding text/images.
For webp to pdf with python, though, PIL + img2pdf is still my go-to.
For webp to pdf with python, though, PIL + img2pdf is still my go-to.
