jsf - Using iText with JBoss 7 Java EE project -
how use itext jboss 7 java ee project?
i created java ee project using jboss tools group id: org.jboss.tools.example artifact id: multi
i'm trying use itext create pdf bean
<p:document xmlns:p="http://jboss.com/products/seam/pdf"> prints plaintext </p:document>
according jboss wiki (http://docs.jboss.org/seam/1.1.5.ga/reference/en/html/itext.html) need jboss-seam-pdf.jar , itext.jar - can use maven this? dependency found broke project.
if me set itext jboss 7 i'd highly appreciate it
can use maven this? dependency found broke project.
maven appreciated dependency management mechanism.
the example see sample froject using old seam framework >= 2 useful java ee 5 (now have cdi). use seam-pdf module have integrate seam2 framework it's obsolete now. recommendation instead of using declarative way build pdf, use itext api , build pdf yourself. itext documentation quite , there book , many examples on internet.
if me set itext jboss 7 i'd highly appreciate it
after have created war project add itext maven dependency .pom file , ready go.
Comments
Post a Comment