Page 1 of 1

No images in PDF output

Posted: Mon May 10, 2004 6:07 am
by Djelibeybi
Hi guys,

Having a small problem, which is probably due to my newness to DocBook and oXygen: I've created a working book which works great when I chunk it out to HTML and mostly great when I export to PDF. The only problem is that when I export to PDF, I lose the images.

Any assistance on settings I'm missing or particular parameters I may have overlooked would be appreciated!

The images are in the same folder as the source .xml files.

Posted: Mon May 10, 2004 4:17 pm
by sorin_p
The format of your images seems to be not supported by default (without the need to add other libraries) by the engine which renders the final PDF file. <oXygen/> provides support by default only for the formats: JPEG, GIF, SVG, BMP. It also provides limited support for PNG, TIFF and EPS.

So you need to install an additional library to support one of the PNG and TIFF formats. See the tip on page 96 (Chaper 5 - Transforming Documents) of the User Guide http://www.oxygenxml.com/doc/oXygenUser ... dalone.pdf for more details on library installation and why the libraries are not included in <oXygen/> by default. For EPS images see http://www.oxygenxml.com/forum/viewtopic.php?t=393.

If that does not help please send a cut-down sample of a XML document and an image not rendered in the PDF output at support@oxygenxml.com.

Best regards,
Sorin

Posted: Tue May 11, 2004 2:21 am
by Djelibeybi
That was it, exactly. I installed the JAI and it worked. Thanks!