I have one PDF and another attached into the first one.
How to open this attached document??
I've tried with app.openDoc("registrationForm.pdf", this);
but it does not work... :-(
any ideas?
I have one PDF and another attached into the first one.
How to open this attached document??
I've tried with app.openDoc("registrationForm.pdf", this);
but it does not work... :-(
any ideas?
See Open Attachment via button and javascript , http://forum.planetpdf.com/webboard/wbpx.dll/read?146886,34 , for more information. It should be noted that only PDF files that are attached to a PDF can be opened by JavaScript and this is available to version 7 and above.
George Kaiser