On 21/12/2010 15:50, twfurst wrote:
Hello,
Hi
I am hoping that someone will be able to tell me what I've done wrong. I am
attempting to build a GUI interface for using FOP for a customer to publish
their XML based manuals to PDF. I am pretty green in Java, but following a
few tutorials, I have managed to create an app that 90% works. FOP is
processing the XML, but it is not rendering any of the graphics into the
PDF. When I run the same XML/XSL-FO from the CMD prompt, everything runs
fine. I am using FOP 1.0.
Does FOP log any warnings/errors related to the missing images? Logging
is done via commons logger which you will have to configure within your
own application. At a guess the images could be missing due to classpath
issues in your own application. Depending on the type of image you will
need some extra libraries in your classpath to support them , e.g.
batik.jar or imageio-tools.jar
I attempted to attach the app, but it is above the size limit for upload. I
am going to place the Java code into a .txt file, and maybe someone can tell
from that what the issue is.
http://old.nabble.com/file/p30507137/nabbleUpload.zip nabbleUpload.zip
I am pretty confident that it is something simple that I have omitted.
Thank you for your help.
Thanks,
Chris
Tom Furst
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]