Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by DanielJue: http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF The comment on the change is: un-wikifying some words ------------------------------------------------------------------------------ === Dependencies === This example uses the Lowagie IText library for generating the PDF. It's hard to find a current version on maven repositories, so you will probably have to manually install it into your local maven repository. - Please refer to the Maven documents on how to to manually add to your repository using mvn. You'll have to download the library from an online site. Google it. This is the same as with !JFreeCharts. + Please refer to the Maven documents on how to to manually add to your repository using mvn. You'll have to download the library from an online site. Google it. This is the same as with J!FreeCharts. (Alternatively, you could just put the jar somewhere in your class path, if you are just testing things out.) {{{ <dependency> @@ -65, +65 @@ === PDFGenerator.java === - This is the class that takes care of your streams, and accepts your custom data. It returns a specific kind of stream for your page (!PDFWriterPage ) to use. + This is the class that takes care of your streams, and accepts your custom data. It returns a specific kind of stream for your page (PDF!WriterPage ) to use. {{{ package myapp.model.services; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
