Replace Text in PDF Files

  • Use pdftk to uncompress PDF page streams
 pdftk original.pdf output original.clear.pdf uncompress
  • Replace the text (sometimes this works, sometimes it doesn't).
  • Repair the modified (and now broken) PDF
pdftk original.clear.pdf output original.clear.fixed.pdf
 
replace_text_in_pdf_files.txt · Last modified: 2008/11/20 08:16 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki