No images in PDF output

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Djelibeybi
Posts: 9
Joined: Tue May 04, 2004 9:12 am

No images in PDF output

Post 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.
sorin_p
Posts: 1
Joined: Mon May 10, 2004 3:32 pm

Post 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
Djelibeybi
Posts: 9
Joined: Tue May 04, 2004 9:12 am

Post by Djelibeybi »

That was it, exactly. I installed the JAI and it worked. Thanks!
Post Reply