What this changes
PDF text is often baked into the rendered page image. If an editor simply paints a white box over old text, colored backgrounds, scans, gradients and complex layouts quickly expose visual artifacts.
No results found.
PDFium WASM gives Browser Core a real PDF rendering engine inside the browser, so live preview can be PDF-aware without sending every visual change back to the backend.

From PDF bytes to final composite, all inside the browser preview path.
PDF text is often baked into the rendered page image. If an editor simply paints a white box over old text, colored backgrounds, scans, gradients and complex layouts quickly expose visual artifacts.
Browser Core uses PDFium WASM for browser-local page rastering, text-layer readiness and small textless tiles. The runtime waits for the safe PDF-aware path before enabling text cleanup, and blocks or holds the previous safe frame instead of drawing destructive fallback masks.
Renders PDF pages locally as reusable browser-side page rasters
Uses PDF text awareness to support safer cleanup decisions
Creates clean textless tiles instead of fake white masks over old text
Keeps backend save and export authority separate from live preview rendering
PDFium WASM preview path
Browser-local page rastering
Text layer readiness gate
Safe textless tile model
Backend-authoritative final output