Stanley Bondi wrote: > I would like to know if there is a way to get the javascript method > called by a field event (eg OnValidate). > I would like to call the validation function for a field from a C# > applcation (without knowing what that function is).
I don't understand the question. 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. However, if you have a PDF and a C# application, how do you expect both to communicate with each other? > I'm thinking in terms of HTML where you can set events on a tag. The PDF > im using already has a function that is called when a field validates, > and i know how to get the javascript from a PDF (very easy thanks to > iText!) I don't understand your analogy. br, Bruno ------------------------------------------------------------------------- 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/
