Hello
We are currently working on a java web project and thinking about acquiring several Aspose components for creating/editing several types of documents. Our application runs on Jboss AS 7.1 and we use maven for package building.
We tried to incorporate the aspose-pdf jar file in .pom config file by creating a dependency which links to the aspose jar. Compilation works fine and as expected.
On the meanwhile during deployment process we get
java.lang.ClassNotFoundException: aspose.pdf.Paragraph
Do you have any tutorial or some guidelines for jboss application server?
Thanks