I have to questions?
1) is there a way to write a script (in a form) to open an other pdf form in Acrobat reader, and convert it into a string?
2) is there a way to write a script (in a form) to open a file (not pdf) in Acrobat reader, and convert it into a string?
Thanks
There is a function in Acrobat JavaScript for grabbing the text off of a page, and it works in Reader. So at least this is possible.
Reader will not do any kind of file format translations, only Acrobat Pro or standard will do this.
In Reader you can use JavaScript to open another PDF, but not to open or save any other file type.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script