The new version of Adobe Reader (9.3) has some new security restrictions to do with accessing untrusted sites.
This has dealt quite a big blow to my current process which is (in short)...
1) Create PDF with form that sends data to my server
2) Email PDF to client
3) Client enters some information, data gets sent to my server in form submit and I return an FDF to the PDF
4) PDF uses javascript to decipher message from FDF and popup a confirmation
So my problem now is that the security popup requires the user to re-enter their password, which seems to re-open the PDF. Because of this closing and opening of the PDF, the FDF data is lost and I don't get any chance to look at that information.
Also, any information that is entered into the form is also lost once the pdf "re-opens"
Has anyone else had any experience with this so far?
Here's a link to the file:
http://www.adobe.com/devnet/reader/articles/reader_compatibility/readercomp_enhancedsecurity.pdf
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.html]http://www.adobe.com/devnet/acrobat/javascript.html[/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