On May 23, 2007, at 3:13 AM, Bruno Lowagie (iText) wrote:
>> so if a textfield (in the pdf) validates it will (presumably) call  
>> this
>> function.
>> I want to be able to get all the acrofields and see which function  
>> they
>> call when they validate, get the javascript for the pdf using
>> pdfReader.JavaScript and call the method from my app to validate a
>> textbox on my winform (which is generated from the PDF).

        You do know that Acrobat JavaScript uses a COMPLETELY DIFFERENT DOM  
(Document Object Model) for it's JavaScript than does JavaScript in a  
browser or JScript - right?  In addition, many/most validation  
functions call on undocumented methods in the Acrobat JavaScript  
implementation.

        Given the above, how do you plan to "call the method from your app  
to validate a textbox"??


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