Usage / FAQ
When to use
- Bundle scanned document pages into one PDF for sharing or archiving
- Turn photos of receipts or invoices into a single PDF for expense reports
- Collect snapshots from a trip or event into a printable photo album
- Assemble design or artwork images into a portfolio PDF
- Stitch several screenshots into one document instead of attaching them one by one
FAQ
- Q.Are my images recompressed or downgraded?
- A.JPEG and PNG files are embedded as-is, with no re-encoding — so quality is unchanged. Other formats (WebP, GIF, BMP) are converted to PNG once before embedding, which is also lossless. With the 'Fit image' page size, each page matches the original pixel dimensions exactly.
- Q.Can I change the page order?
- A.Yes. Use the up/down buttons on each image to reorder them. Pages appear in the PDF in the order shown in the list, top to bottom.
- Q.How do margins and A4 / Letter fitting work?
- A.Pick A4 or Letter to place each image on a fixed-size page; orientation can be Auto (matches the image), Portrait, or Landscape. The image is scaled to fit inside the margins while keeping its aspect ratio, then centered. 'Fit image' ignores paper size and makes each page exactly the image's size with no margins.
- Q.Are my files uploaded to a server?
- A.No. The whole conversion runs in your browser with pdf-lib — images never leave your device. That keeps scans, receipts, and personal photos private.
Fun facts
A JPEG can be dropped into a PDF without re-encoding. PDF's DCTDecode filter understands JPEG's compressed stream directly, so the original bytes are stored as-is — that's why placing a JPEG into a PDF loses no quality and barely grows the file.
Wikipedia — JPEGThe A4 page (210 × 297 mm) comes from ISO 216, whose sheets all share a 1:√2 aspect ratio. Halving an A4 along its long edge gives two A5 sheets of the exact same proportions — which is why scaling between A-series sizes never distorts the layout.
Wikipedia — ISO 216PDF descends from Adobe's PostScript page-description language, so a PDF page is a fixed physical canvas measured in points (1 pt = 1/72 inch), not a stretchy web layout. That's exactly why image-to-PDF tools ask you to choose a page size and orientation.
Wikipedia — PostScript
Related tools
- Color Converter
Convert colors between HEX, RGB, and HSL with a live preview swatch. Auto-detects any of the three input formats.
- Image to Base64 (Data URI)
Convert an image file to a Base64 data URI for inline embedding in HTML/CSS/Markdown. Up to 5 MB.
- Image Resize & Compress
Resize, crop, and compress images entirely in your browser. Pick width × height, choose crop or fit mode, adjust JPEG quality. Outputs as {original}_{w}x{h}.{ext}.
- Image Crop
Crop images right in your browser — drag to select, lock aspect ratios (1:1, 16:9…), export PNG/JPEG. No upload.
- Emoji Picker
Pick and copy emojis with one click. Search by name (en/ko), browse by category, and keep your recents and favorites in the browser.
- QR Code Generator
Generate a QR code from any text or URL. Adjustable error correction (L/M/Q/H), SVG output, downloadable.
- Color Contrast Checker
Check the WCAG contrast ratio between two colors. Pass/fail for AA Normal/Large + AAA Normal/Large with a live sample.
- Color Palette Generator
Generate a palette from a single base color — shades, tints, complement, analogous, triad, tetrad. HSL-based. 0 dependency.
- CSS Gradient Generator
Build linear, radial, and conic CSS gradients with color stops + angle/position. Live preview + copy-ready CSS.
- PDF Merge
Merge multiple PDF files into a single document. Drag to reorder pages, all client-side — files never leave your browser.
- PDF Split
Extract a page range from a PDF — e.g. 1-3,5,7-9. All client-side, files never leave your browser.
- PDF Rotate
Rotate all or selected PDF pages by 90°, 180°, or 270°. Useful for scanned documents in wrong orientation. All client-side.
- PDF Watermark
Add a text watermark (CONFIDENTIAL, DRAFT, etc.) to every PDF page. Control opacity, rotation, size, color. All client-side.
- PDF Compress
Re-encode a PDF with object stream compression and metadata stripping. Modest size reduction (text-heavy: 5-20%). Image-heavy PDFs need server-side tools. All client-side.
- Favicon Generator
Make a favicon from an image, emoji, or text — multi-size favicon.ico, apple-touch-icon, PWA icons + ready HTML/manifest snippets, in your browser.