Hi, I'm new to wicket and I am looking at integrating Prince XML with Wicket.
Prince supplies a method public boolean convert(InputStream xmlInput, OutputStream pdfOutput) throws IOException What I would like to do is add this into the rendering pipeline for a page, so that I can get the HTML of the page as a stream and then return the page as a PDF. I've explored the mailing list and examples and the closest example I can find is for sending an email at http://www.wicket-library.com/wicket-examples/staticpages/ and I was wondering is this the correct approach, or should I be looking at something else? Thanks, Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
