Screenshot to PDF: Combine Many Screenshots Privately (2026)
Bug reports, expense submissions, dispute evidence, and tutorial walkthroughs all share one workflow: stitch a folder of screenshots into a single PDF that's easy to share. Doing it well means keeping aspect ratios, controlling page size, and avoiding the upload-to-stranger step. This guide walks through the cleanest in-browser path.
Why a single PDF beats sending screenshots one by one
- Order is preserved. Reviewers see the steps in your intended sequence.
- One attachment. Email gateways block multi-image batches more often than a single PDF.
- Search-friendly file names. One
2026-05-12-disputed-charges.pdfbeatsIMG_0421.PNGthroughIMG_0438.PNG. - Faster to print. A single PDF is a single print job, not 17.
Capture screenshots that will look good in PDF
A few habits at capture time avoid 90% of "this looks blurry in the PDF" complaints later:
- Use PNG, not JPG, for UI screenshots. JPG compression butchers anti-aliased text on toolbars and menus. See PNG to PDF for why.
- Capture at native resolution. Don't scale down before importing β the converter handles fitting.
- Crop to the relevant region. A 4K capture cropped to the dialog box looks sharper than a downscaled full-screen shot.
- Name files numerically.
01-login.png, 02-error.pngsorts predictably during import.
Combine screenshots into one PDF
- Open to-pdf.com/image-to-pdf.
- Drop in all the screenshots at once. PNG, JPG, WebP, and HEIC are all supported.
- Drag thumbnails to reorder if needed.
- Pick a page size β A4 or Letter for review, Auto if you want each screenshot on its own perfectly-fit page.
- Toggle margins on for review (so reviewers can write notes around the image) or off for a tight tutorial deck.
- Click Download PDF. The whole batch is processed locally.
Edge cases worth knowing
Tall mobile screenshots
iPhone and Android captures are portrait at extreme aspect ratios. Use Auto page size to avoid letterboxing, or set the page to Custom and match the screenshot's dimensions.
Mixed orientations
If your batch mixes desktop (landscape) and phone (portrait), use Auto. Forcing all pages to A4 portrait will shrink desktop captures, and forcing landscape will waste space on phone captures.
Retina screenshots looking soft
macOS captures at 2Γ pixel density. The image-to-PDF tool embeds them full-resolution by default, so the PDF stays crisp at 200% zoom. If the file becomes too large, set Quality to 85 β visually identical, much smaller.
Annotated screenshots
Add arrows, boxes, and labels in your screenshot tool (Preview, Snagit, Shottr, Skitch, Figma) before importing. Flatten the annotations to PNG so they survive the PDF embed.
Add a cover page and captions
For a more professional report, build a one-page cover in Markdown, convert with to-pdf.com/markdown-to-pdf, and merge it with the screenshot PDF using the workflow in how to combine files into one PDF. A two-line caption above each image goes a long way for clarity.
Privacy: nothing leaves your machine
Screenshots often contain account names, addresses, support ticket numbers, and chat content. The image-to-PDF tool runs entirely in your browser β no upload, no thumbnailing service, no third-party caching. Verify in DevTools β Network before clicking download.