Add image to cover page for PDF

Oxygen general issues.
jamiev
Posts: 6
Joined: Thu Apr 15, 2010 8:29 pm

Add image to cover page for PDF

Post by jamiev »

Hello,

Can anyone point me in the right direction to add an image to a cover page for a PDF? Does it need to be added in the transformation scenario or the actual docbook xml? I've tried adding the following with no luck ...

<book xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
...
jamiev
Posts: 6
Joined: Thu Apr 15, 2010 8:29 pm

Re: Add image to cover page for PDF

Post by jamiev »

to add to that ...

<book xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
...

<cover>
<mediaobject>
<imageobject>
<imagedata fileref="images/storyboard_overview.png">
</imagedata>
</imageobject>
</mediaobject>
</cover>

...
</info>
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Add image to cover page for PDF

Post by sorin_ristache »

Hello,

How to add an image to the cover page of the DocBook PDF output was discussed here and here, where you can find some working solutions.
Regards,
Sorin

<oXygen/> XML Editor Support
Post Reply