myspacee Posted May 26, 2009 Posted May 26, 2009 Hello to all, i've a request for a pdf task. I need to read/write information embedded in pdf. As jpg and other format, also pdf can contain some info. Ask this because i've an enormous pdf archive archieved by operator. User open pdf, read some info, change pdf name and store it. As all human activity this operation often contain errors. I search a way to embed some info with a procedure, but i need a tool to do this. Any idea/info about pdf tag ? Thank you, m.
myspacee Posted May 26, 2009 Author Posted May 26, 2009 find commercial program (command line) that do this.http://www.a-pdf.com/infochanger/cmd.htmopen pdf as a txt file find information, change them, then save. And works !Exist a way to open file as an HEX editor do ?(not in the way i do ? [notepad])thank you,m.
timbo Posted May 27, 2009 Posted May 27, 2009 Hi,Try PDFTK (PDF Toolkit):http://www.accesspdf.com/pdftk/I've only used it to join PDF's together with AutoIt, but I've noticed that it can fill out PDF forms via command line.Oh, the best thing is that it's free!I presume you'll need to use "ShellExecute()" in your AutoIt script to utilise this little utility.Best of luck!-Timbo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now