I'm looking for opinions on a strategy for generating and printing formatted reports from a web application. I'm considering having a servlet build SVG, and then use Batik (Apache SVG tools) to generate a JPEG, then transmit that to an applet, which renders the JPEG in a hidden panel and uses the print API to print the report. Are there any inherent problems with this approach? Are there better ways to do it? -- =================================================================== David M. Karr ; Best Consulting [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004) ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
