What this changes
PDF text is usually already visible inside the page image. Covering it with a white rectangle fails on colored backgrounds, scans, gradients, tables, borders, overlapping text and anti-aliased glyph edges.
No results found.
Textless tiles are small rendered regions of a PDF page where selected text has been removed, letting the browser clean old text before drawing replacement text separately.

From PDF bytes to final composite, all inside the browser preview path.
PDF text is usually already visible inside the page image. Covering it with a white rectangle fails on colored backgrounds, scans, gradients, tables, borders, overlapping text and anti-aliased glyph edges.
Browser Core separates cleanup from replacement. It renders a clean tile for the original source area, keeps that cleanup anchored to the original PDF text location, then draws replacement text as its own layer at the current visual position.
Removes old visible PDF text without fake white boxes
Keeps cleanup separate from moved, resized, restyled or wrapped replacement text
Uses small render regions so unsafe cleanup can be blocked instead of guessed
Preserves backend authority for saved and exported PDFs
PDF-aware cleanup primitive
Small reusable tile model
Replacement text composition
Unsafe fallback blocking
Backend export remains separate