Thank you Bruno! The app that we are working on is a intranet app so I only have to support IE6+ and FF2+. Your example works fine in both so I should be ok.
The messageHandler is the piece that I was missing. FYI there is a good article on Cross-scripting PDF content that Adobe appears to have removed - but here is a cached version (don't know how long google holds on to it?)... http://www.google.com/search?q=cache:http://www.adobe.com/devnet/air/ajax/quickstart/scripting_pdf.html Thanks again, Matt Bruno Lowagie (iText) wrote: > > Bruno Lowagie wrote: >> It's possible, but it's not obvious, and you should expect it >> to work on every possible browser/reader configuration combination. > > I mean: you shouldn't expect it to work on every configuration. > Not all viewers support JavaScript, different browsers/viewers > will handle messages differently (if they handle them at all), > not all browsers will be able to show the PDF,... > > "Support-wise" an application that depends on functionality like > this is hell (many angry phone calls from people saying "it doesn't > work"). > > br, > Bruno > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Do you like iText? > Buy the iText book: http://www.1t3xt.com/docs/book.php > Or leave a tip: https://tipit.to/itexttipjar > > -- View this message in context: http://www.nabble.com/Submit-pdf-form-outside-of-pdf--tp16815412p16834661.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
