Anyone ever find or hear of a solution to this problem?
I have a similar task to do. I've tried to do it numerous ways including reading the file in as a TextStream then find and replace a temp value in the pdf with the name/variable. It works but it isn't a great solution as Acrobat rebuilds the file when it opens it after the change has been made. I think it has a checksum or something and can tell if the file has been altered. I think because i'm trying to read the file in as ASCII format and not in a hex format. Not too sure but there has to be an easier way. perhaps converting it to XML or something but then i'm not too familiar with that either. I've looked at pdf generators/editors but most of them cost big bucks and i am restricted from installing things on my server (COM objects etc) which adds to the challenge for me

. Any suggestions would be great.
cheers
Josh