On May 22, 2007, at 12:38 PM, Bruno Lowagie wrote:
> If a PDF is embedded in an HTML file, in other words:
> if the PDF is opened in the Adobe Reader plug-in, and
> if you have added a message handler inside the PDF,
> you can establish a communication between the JS in
> the HTML page and the JS in the PDF.
>

        Just a clarification on this...

        This HTML JS<->PDF JS communication ONLY works with Acrobat/Reader  
7.0.5 or later running in IE 6 on Windows.


> However, if you have a PDF and a C# application,
> how do you expect both to communicate with each other?
>

        Your C# application can communicate (in a limited fashion) with the  
Adobe Reader COM object, assuming that you have invoked it.  You can  
also communicate to a PDF that you have loaded into that object via  
the JSObject bridge.  However, the PDF can't communicate back (other  
than responding to your commands).


Leonard


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to