I have a PDF and I want to programmatically change text, not fonts, colors, just letters.
I tried
- pdf-toolkit - just metadata
- prawn - templates not supported any more
- combine_pdf - some fonts not supported
Is there easier way to change just text? Just decode the XML inside the PDF file, change a encode back?