Images to PDF is the process of embedding one or more images into a PDF document, with each image on a separate page. Compared to sending images directly, PDF is a cross-device document standard with consistent layout, suitable for archiving, printing, emailing, and official document submission.
**Core processing flow**: Browser reads image → reads EXIF orientation for automatic rotation → creates PDF page at specified size (A4/Letter/Original) → calculates drawing rectangle based on margin and scaling mode (contain/cover) → embeds image into PDF page → loops through multiple images to generate multi-page PDF → downloads locally in browser. The entire process completes on the user's device; image bytes are never uploaded to any server.
**Differences from other image processing**: ① Not image stitching (output is a PDF document, not one large image); ② Not OCR (output is an image-based PDF, text cannot be directly searched or copied—requires OCR to become searchable PDF); ③ Not PDF compression (output PDF may be slightly larger than the sum of original images; use PDF Compress tool if needed).
**Three page sizes in this tool**: A4 (210×297mm, global standard for office printing), Letter (216×279mm, North American office standard), Original size (scaled to 0.75× original image dimensions, suitable for raw pixel output without cropping). When selecting "Original size" mode, PDF page size equals image size (after scaling), with no white space—this is a unique differentiating feature of this tool.