Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
25. Jul 2008, 15:06 CET | Link

Hello,

We've tried to generate pdfs with seam following http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/itext.html . The problem is that in that document it says :

To include PDF support in your application, included jboss-seam-pdf.jar in your WEB-INF/lib directory along with the iText JAR file.

OK... but which version ?!

Because the API of iText is changing often depending the versions ... and we've found some NoSuchMethodException using for exemple landscape generation with iText 2.1.2... but there was other problems like iText 1.5.4 which don't have the method getRectangle ...

Does anybody got an idea ?

1 Reply:
25. Jul 2008, 15:11 CET | Link

Version 2.0.7 works for me.

FYI: I had problem generating charts until I started using version 1.0.8a of jfreechart.

-micke