Skip to content

Releases: KuvopLLC/pdfblah

v0.3.0 - edit glyph-by-glyph text

Choose a tag to compare

@mreider mreider released this 05 Jul 10:47

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

Choose a tag to compare

@mreider mreider released this 05 Jul 09:10

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

Choose a tag to compare

@mreider mreider released this 05 Jul 08:14

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