Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Edit PDF Text

by jbullock35 (Hermit)
on May 17, 2006 at 07:51 UTC ( [id://549955]=note: print w/replies, xml ) Need Help??


in reply to Edit PDF Text

It might be easiest to uncompress the PDF with pdftk and then just use perl for the substitution:
pdftk old.pdf output new.pdf uncompress perl -pi -e 's/oldstring/newstring/g' new.pdf
If you want to recompress the file,
pdftk new.pdf output new_compress.pdf compress

Replies are listed 'Best First'.
Re^2: Edit PDF Text
by avik (Novice) on May 17, 2006 at 17:17 UTC
    Thanks, I will take a look at this option!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549955]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found