Hi everyone,
Today my manager asked me to check if it was possible to "use acrobat to connect to a webservice that returns a PDF document and to display this document".
The "javascript developer's guide" talks about retrieving a "readStream" object : can this object be converted to a PDF file and opened in Acrobat ?
Any help or pointer to a code sample or tutorial would be greatly helpfull.
Thanks for helping !
Bob.
This methodology will only work in Acrobat Pro, or with a PDF that has very special Reader Rights Enabling. And the PDFs should be small. It may not work for files over 32k because of object size limits in JavaScript.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script