Releases: KuvopLLC/pdfblah
Releases · KuvopLLC/pdfblah
Release list
v0.3.0 - edit glyph-by-glyph text
Rewrite text in PDFs that position every character individually (its own Tj plus a Td move), such as payslips and bank statements. Only the matched field is changed; all other operators stay byte-for-byte identical. Right/centre alignment preserved.
pdfblah v0.2.0
Edit non-embedded common fonts (Arial, Times New Roman, Calibri, and more), not just the standard-14. Handle text split across kerned TJ elements. This unblocks most Word, Office, and Wikipedia PDFs.
pdfblah v0.1.0
First release. Real find and replace on PDF text: rewrites the actual content-stream text (no overlay), preserves metadata, auto-detects alignment, refuses fonts it cannot reproduce. CLI and Python library. Install: pip install pdfblah