docs/tools/webp-to-pdf.md
Convert Google's WebP image format to PDF. This is particularly useful when you have downloaded images from the web that are in WebP format and need them in a more universally accepted format for printing or sharing.
| Format | Extensions |
|---|---|
| WebP | .webp |
from_webps.pdf.Internally, each WebP image is decoded through the browser's canvas API, then embedded in the PDF using pdf-lib. This means the conversion works on any browser that supports WebP decoding (all modern browsers do).
PDF Quality controls compression when embedding images: