Convert Images to PDF
This tool creates a PDF document from your images. Add multiple images, arrange them in order, choose a page size, and generate a PDF with each image on its own page. Supports JPEG, PNG, WebP, and other common image formats.
Page Size Options
- Fit to Image: Each PDF page matches the exact dimensions of the image. No margins or scaling.
- A4 (210 x 297 mm): Standard international paper size. Images are scaled to fit with margins.
- Letter (8.5 x 11 in): Standard US paper size. Images are scaled to fit with margins.
How It Works
This tool uses pdf-lib to create a new PDF document and embed each image as a page. JPEG and PNG images are embedded directly. Other formats (like WebP) are first converted to PNG using the browser's canvas API, then embedded. All processing is done locally in your browser.