Scan to PDF
Camera • Images • Screenshots → PDF
Scan to PDF: Convert Any Image or Photo Into a Professional PDF Document
Whether you are digitizing paper documents, combining smartphone photos into a single file, or turning screenshots into a shareable report — converting images to PDF is one of the most practical everyday tasks in the digital world. This guide covers everything you need to know about scanning to PDF, how our free browser-based tool works, and when and why you should use it.
What Is a “Scan to PDF” Tool?
A Scan to PDF tool takes one or more image files — photographs, scans, screenshots, or any other raster image format — and assembles them into a single, structured PDF document. Each image becomes one page of the final PDF, maintaining its visual content while being wrapped in the universally compatible PDF container format.
Our tool goes beyond simple conversion. It allows you to reorder pages by dragging, remove unwanted images before conversion, choose your page size (A4, Letter, A3, or fit-to-image), control image quality to balance file size versus clarity, and set page margins for a clean, professional appearance.
Crucially, the entire process happens inside your web browser. No image is ever transmitted to a server. Your photos and documents stay completely private on your own device.
Camera Capture
Use your device’s camera directly from the browser to photograph documents, whiteboards, receipts, or anything else. No separate scanning app needed.
Multi-Format Support
Upload JPG, PNG, WebP, BMP, HEIC, AVIF, and GIF images. Mix different formats in a single PDF — the tool handles them all seamlessly.
Drag to Reorder
Arrange your pages in exactly the right order before converting. Drag thumbnails in the preview grid to set the perfect page sequence.
Full Control
Set page size, orientation, image quality, and margins. Optimize for email (small file) or printing (high quality) with a single dropdown change.
When Should You Use a Scan to PDF Tool?
The need to convert images to PDF comes up constantly in professional and personal life. Here are the most common situations:
Job applications, university admissions, visa applications, and government services almost universally require documents in PDF format. If you only have photos of your certificates, passports, or transcripts, this tool converts them instantly into submission-ready PDFs.
Finance departments and reimbursement portals require expense receipts as PDF attachments. Photograph your receipts with your phone, drop them here, and generate a clean multi-page expense PDF in under 30 seconds.
Signed paper contracts, handwritten agreements, and witnessed documents need to be digitized and preserved in a tamper-evident, universally readable format. PDF is the legal standard for document archiving.
Healthcare providers and insurance companies frequently request records, prescriptions, and test results as PDF attachments. Converting medical photographs and scan printouts to PDF ensures compatibility with all systems.
Students photograph whiteboard notes, handwritten lecture summaries, and textbook pages. Converting them to a single organized PDF makes studying, searching, and sharing far more manageable.
Property inspections, building plans, handwritten notes, and site photographs often need to be compiled into a single report PDF for clients, surveyors, or legal filings.
Artists, photographers, designers, and architects compile image collections into PDF portfolios to send to clients or upload to platforms. Our tool preserves image quality while keeping file sizes reasonable.
Photographing old books, family documents, handwritten letters, or historical records page by page and merging them into a single searchable PDF is an invaluable preservation technique.
How the Browser-Based Conversion Works (Technical Overview)
Understanding what happens under the hood helps you trust the tool with sensitive documents. Here is a precise step-by-step breakdown:
You select image files using the file picker, drag and drop them onto the tool, or capture them directly with your device camera via the browser’s input[capture] API. Files are read into browser memory using the FileReader API — no network request occurs at any point.
Each image is decoded using the browser’s native Image constructor and drawn onto an off-screen <canvas> element. A scaled-down JPEG data URL is extracted from the canvas and displayed as a thumbnail preview in the reorder grid.
When you click “Convert to PDF,” the open-source PDF-Lib JavaScript library creates a new PDFDocument in memory. For each image in your chosen order, a new page is added at your selected dimensions (A4, Letter, etc.), and the image is embedded using PDF-Lib’s embedJpg or embedPng methods, scaled to fit within your margin settings.
Before embedding, each image is re-encoded via canvas at your selected quality level (40%–95%). This controls the JPEG compression applied to the embedded image data, directly trading off between visual quality and the final PDF file size. A 95% quality setting preserves near-original fidelity; 60% produces smaller files suitable for email.
The completed PDF is serialized to a Uint8Array, wrapped in a browser Blob with MIME type application/pdf, and a temporary object URL is generated. Your browser initiates an automatic file download. The entire file exists only in your device’s RAM and is never transmitted to any external system.
Privacy: Why In-Browser Processing Is the Gold Standard
Images often contain some of the most sensitive information you own: faces of family members, medical test results, financial statements, identification documents, and handwritten personal notes. Uploading these to a cloud service — even one with good intentions — carries inherent risks:
- Data breaches: Cloud servers can be compromised. Files stored on servers become targets for attackers.
- Data retention: Many free tools retain your uploaded files for days or weeks for “service improvement.” Your private images may be stored longer than you realize.
- Employee access: Files on servers can be accessed by employees, contractors, or automated systems for moderation or machine learning purposes.
- Legal disclosures: Files on servers in certain jurisdictions can be subject to government requests or court orders.
- Third-party sharing: Some free tools share or sell document metadata and usage data with advertising partners.
Our browser-based approach removes every one of these risks. Your images are loaded into your browser’s sandboxed memory, processed by JavaScript running on your own CPU, and the resulting PDF is downloaded directly to your storage. We have no technical capability to access your images — because they never reach us.
Choosing the Right Settings for Your Use Case
Tips for Getting the Best Scan Quality
- Good lighting is everything: Place documents on a flat, evenly lit surface. Avoid harsh shadows or glare from windows. Natural diffuse light (indirect daylight) produces the cleanest scans.
- Keep the camera parallel to the document: Hold your phone directly above the document, not at an angle. Perspective distortion makes text harder to read and gives the scan an unprofessional look.
- Use your highest camera resolution: Capture at full resolution, then let the quality setting in this tool control the output size. Starting from a high-resolution image gives you much better control over the final result.
- Clean your lens: Smartphone camera lenses accumulate fingerprints and smudges, which create blurry or hazy scans. A quick wipe dramatically improves clarity.
- Flatten the document: Creased or folded paper creates uneven illumination and distorted text. Press the document flat before photographing it.
- Use a dark background: Placing white documents on a dark surface (like a dark desk or black folder) helps the tool and any later processing software identify document edges cleanly.
- Check each preview before converting: Review thumbnails in the preview grid for blur, poor exposure, or wrong page order before clicking “Convert to PDF.”
Everything You Need to Know
Is this Scan to PDF tool completely free?
Yes, entirely free with no usage limits, no sign-up, and no premium tier. You can convert as many images and PDFs as you need at no cost. The tool is supported by display advertising rather than subscription fees.
Are my images uploaded to any server?
No. Every step — loading, previewing, converting, and downloading — happens entirely within your browser using JavaScript. Your images never leave your device and are never transmitted over the internet to any server. We have no technical ability to access them.
What image formats are supported?
The tool supports any image format your browser can decode, which includes JPEG, PNG, WebP, GIF, BMP, AVIF, and HEIC on supported devices. On iOS Safari, HEIC (iPhone photo format) is supported natively. If a format is not supported by your browser, you will see an error message for that specific file.
How many images can I convert in one PDF?
There is no hard limit on the number of images. The practical limit depends on your device’s available RAM. On a typical modern device, you can comfortably convert 50–100 images in a single PDF. For very large batches (200+ images), the processing may take longer and use significant memory.
Can I use my phone camera to scan directly?
Yes. The “Use Camera” button uses the browser’s native camera capture API, which opens your device’s camera app directly. On mobile devices, this uses the rear camera by default. After capturing, the image is immediately added to your conversion queue. This works on iPhone Safari, Android Chrome, and all major mobile browsers.
Will the PDF preserve my image quality?
Quality depends on the setting you choose. At “High (95%)”, the output is visually nearly identical to the original. At “Standard (80%)”, quality is excellent for most documents with a smaller file size. The “Compact (60%)” and “Low (40%)” options reduce file size significantly at the cost of some visible compression artifacts on detailed images.
What page sizes are available?
You can choose A4 (standard international documents), Letter (North American standard), A3 (larger format for technical drawings or posters), or “Fit to Image” (which creates a page exactly matching each image’s pixel dimensions). “Fit to Image” is ideal for photography portfolios where you want no white borders.
Can I reorder pages before converting?
Yes. After adding your images, the preview grid displays a thumbnail for each page. You can drag and drop thumbnails to reorder them into exactly the sequence you want before generating the PDF. This is especially useful when scanning multi-page documents with a phone, where pages may be added in the wrong order.
Does it work on iPhone and Android?
Yes. The tool is fully responsive and optimized for mobile browsers. Camera capture, file selection, drag-to-reorder (touch drag), and PDF download all work on iOS Safari and Android Chrome. On mobile, touch-based drag and drop is supported for page reordering.
Can I add more images after I’ve already added some?
Yes. The “Add More” button in the preview area opens the file picker again, and any new images you select are appended to the end of your existing list. You can then reorder them using drag-and-drop to place them in the correct position relative to your existing images.
What does the “Auto” orientation setting do?
When set to “Auto (per image),” each page’s orientation is determined by the image’s own dimensions: landscape images get landscape pages, portrait images get portrait pages. This is ideal when your scan batch contains a mix of horizontal and vertical photographs. “Portrait” and “Landscape” settings force all pages to the same orientation regardless of image shape.
Does the tool work offline?
Once the page and the PDF-Lib library have finished loading, the tool works entirely offline. You can disconnect from the internet and continue adding images, reordering, and generating PDFs without any issues. This makes it particularly useful in remote locations, during travel, or in environments with restricted internet access.