Make PDF Look Scanned: Browser-Only Converter [2026]

Scanned PDF Converter featured graphic showing a rotated, off-white aged page with grainy text simulating a real scanner output
TL;DR: A “scanned PDF converter” makes a clean digital PDF look like it came out of a real scanner — adds skew (slight rotation), paper grain, faded ink, edge shadows, and downsamples to 96–150 DPI. Used for forms that demand “scanned” submissions, courtesy submissions where a printout-and-rescan would be the official process, and for visual consistency in workflows that mix scanned and digital documents. Our free scanned PDF converter runs entirely in your browser using pdf-lib + canvas filters.

The “please submit as a scanned PDF” requirement is one of the small absurdities of digital paperwork. A perfectly valid digital signature is rejected by an HR system that still parses scanned forms only. A government portal expects an “ink-on-paper” feel even though the form was filled in Word. Some e-discovery systems flag clean PDFs as suspicious because they assume real submissions go through a copier. The fix: take your clean digital PDF and run it through filters that mimic the artefacts of a real scan — grain, skew, faded edges, slightly off-white paper.

Our scanned PDF converter applies five effects in combination: skew (random ±2° rotation per page), grain (paper texture noise), ink fade (slight contrast reduction), edge shadow (vignetting from the scanner glass), and resolution downsample (rasterise to 150 DPI). The result passes most “looks scanned” detectors without any of the security concerns of uploading sensitive forms to an unknown server. This guide covers each effect, when to use this for legitimate workflows, and the legal grey areas to avoid.

The 5 effects and what each fixes

Effect Tells it fixes Default value
Skew Perfectly aligned page edges ±1.5° rotation per page
Paper grain Pixel-perfect text and uniform background 8% noise, low contrast
Ink fade Pure black text, 100% saturation Reduce contrast 12%, RGB shift to #1a1610
Edge shadow Razor-sharp page boundaries 12px gradient at edges, 30% opacity
Resolution Vector-perfect text rendering Rasterise to 150 DPI
Paper tint Pure white background #fdfaf2 (off-white)
JPG compression Sharp PNG-grade quality JPG quality 80, slight blocking

Three intensity presets

Most users don’t need to tune individual sliders. The presets cover 95% of cases:

  • Light: subtle grain and skew, retains text crispness. For legitimate forms where the scanned look is a courtesy.
  • Medium (default): noticeable grain, ink fade, edge shadow. The “honest scan” preset.
  • Heavy: aggressive aging — strong grain, brown paper tint, more skew. For documents you want to look old or photocopied many times.

Pick a preset, preview the first page, adjust if needed.

How to make a PDF look scanned

  1. Open the scanned PDF converter
  2. Drop your PDF in
  3. Pick a preset: Light, Medium, or Heavy
  4. Adjust skew amount, grain intensity, paper tint, and resolution if needed
  5. Click Convert. Each page is rasterised, processed, and re-embedded
  6. Download the converted PDF — typically 2–4× the original file size due to raster pages

Legitimate uses (and the line you shouldn’t cross)

Legitimate:

  • Forms that demand a “scanned” submission for visual consistency (HR forms, some legal templates, some government portals)
  • Submitting a digital fill of a form designed to be printed-and-scanned
  • Visual consistency in mixed scanned/digital archives
  • Mock-ups for UI design (e.g., showing what a scanned doc looks like in a doc-management UI)
  • Educational examples of OCR pre-processing

Don’t:

  • Forge documents — making a fake invoice “look scanned” to deceive someone is fraud, regardless of whether you used Photoshop or this tool
  • Pass off a generated document as having gone through a paper original — for any document that requires a wet-ink signature, use one
  • Strip metadata to hide the original source from a fraud investigation
  • Manipulate evidence — adding “scanned” artifacts to a document submitted in legal proceedings is evidence tampering

The tool is for honest workflows. If your use case requires the recipient to believe the file went through a paper-and-scanner pipeline that it didn’t, you’re in fraud territory.

Common gotchas

  • File size grows. Rasterising vector pages to images (even at 150 DPI) typically 2–4× the original file size. A 1 MB digital PDF becomes 2–4 MB scanned-look output. Run through a PDF compressor after if size matters.
  • Text becomes uncopyable. The output is image-based — selecting text returns nothing. Most workflows treat that as a feature (real scans are also image-based until OCR). If you need selectable text, don’t run this conversion.
  • Search engines and accessibility tools can’t read it. A converted PDF has no machine-readable text — which is fine for forms but bad for archival. Keep the digital original.
  • Skew direction. Use random ±skew per page, not constant ±skew. A constant tilt looks like a misaligned scanner, not a stack of slightly-misfed pages.
  • Paper colour. Pure white (#FFFFFF) is the giveaway — real scans land on slightly off-white because of paper colour, ambient light, or scanner sensor calibration. Even at “Light” preset we tint to #fdfaf2.
  • Line art. CAD drawings and line-art-heavy documents can look damaged after grain + downsample. Test before processing technical drawings.

When NOT to use this tool

For documents that require legal authenticity (contracts, medical records, court filings), skip the conversion — submit the original PDF if possible, or scan a printed copy of the wet-signed version. For OCR or text extraction, the conversion makes things worse, not better — keep the digital original. For batch processing (100s of files at scanned-look output), install pdf-lib + sharp locally and script the conversion. For sensitive material where even browser processing is too risky, use offline software like ImageMagick on an air-gapped machine.

Frequently asked questions

Why would I want to make a PDF look scanned?

Forms that demand “scanned” submissions for visual consistency, government portals that flag clean PDFs, HR systems that only accept scan-style files, and visual consistency across archives that mix scanned and digital documents. Always for honest workflows — fabricating documents to deceive someone is fraud regardless of the tool.

Will the converted PDF still have selectable text?

No. The conversion rasterises each page, so the output is image-based. Selecting text returns nothing. Most workflows that demand “scanned” PDFs expect this — real scans are also image-based until OCR is applied. If you need selectable text, don’t run this conversion.

How much does the file size grow?

Typically 2–4× the original. A 1 MB digital PDF becomes 2–4 MB after raster conversion at 150 DPI. Run the output through a PDF compressor if size matters — a moderate compression brings it back close to the original size while keeping the scanned look.

Is this legal?

The tool itself is legal everywhere. The output’s legality depends on use. Submitting a converted file to a workflow that demands “scanned” format for visual consistency is fine. Using it to forge documents (fake invoices, fake official records) is fraud regardless of the tool.

Is my PDF uploaded?

No. The converter runs in your browser using pdf-lib + canvas. The file loads into a blob URL and never leaves your tab. You can verify in the Network tab — zero outbound requests after upload.

Can I undo the conversion?

No — once rasterised, the original vector text is gone. Always keep your digital original in a separate file. The converted file is a one-way derivative, not a wrapper around the original.

Related tools and guides