Page 1 of 1

Library problem ?

PostPosted: Fri Feb 05, 2016 12:43 am
by SMoltok
Hi,

I would like to use the convert (like the docx4j sample)
However I have this error with the use of xmlgraphics-commons 1.2 and below

==>
Caused by: java.lang.ClassNotFoundException: org.apache.xmlgraphics.java2d.ps.TextHandler


or this one with xmlgraphics-commons 1.3 and above

==>
Caused by: java.lang.ClassNotFoundException: org.apache.xmlgraphics.image.loader.ImageContext

What is the solution ???

Re: Library problem ?

PostPosted: Fri Feb 05, 2016 2:20 am
by SMoltok
Seems to be a pb between docx4j and batik library in my project.

I've changed order of dependencies and it seems be all right now.