Convert one or more images into a single PDF file, all in your browser.
Client-side image-to-PDF converter. Accepts JPEG, PNG, WEBP, and GIF files; embeds each as a page in a new PDF. Page size matches image dimensions or scales to A4/Letter.
Uses pdf-lib to create a new PDFDocument. Each image decoded via HTMLImageElement and drawn onto a PDFPage at the target dimensions. JPEG images embedded via embedJpg; PNG via embedPng; other formats rasterised to canvas first. All processing in-browser; no image data sent to any server.
The fingerprint is a SHA-256 hash of the saved file, written as a separate .txt next to the PDF. Useful for chain-of-custody records.