Hi, I'm quite inexperienced with everything Perl. I'm using the changepagestring script with ActiveState Perl. My goal is to use simple Regex replace with strings in a PDF and can only seem to get strings with a length of 3 or less to change! Probabaly a mistake I'm making! Can anyone point me in the right direction?
So for example i'd go;
changepagestring.pl test.pdf "test" "anonymous" output.pdf
for some reason it's not working : @ i've checked i've installed the TEXT PDF module as well as CAM PDF properly.
Any help appreciated thanks!