I have to create PDF files from html sources (the html source is contained into a String). The files are created on a BeaWeblogic server, to be viewed in a browser.
OK...
Some of the html sources contains JavaScript code that fills in some tables with computed values (this can be done only on the client-side :( ), that are written to html document with document.wite. Could a PDFAction object execute this code (nested fors, document.write), or it is not created for those actions?
Nope :(.
Browser JS has a different DOM (document object model) than PDF JS...
Leonard --------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-629-0789 (fax)
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
