gradle / gradle-jdocbook

A Gradle plugin for jdocbook
13 stars 14 forks source link

Images not supported? #18

Open Khoulaiz opened 10 years ago

Khoulaiz commented 10 years ago

I have a docbook that I want to convert to pdf that includes three images. The pdf is rendered without any images. What do I have to do to include images in the pdf? Or are images not supported?

Khoulaiz commented 10 years ago

Is this project still alive or dead?

stephanheinze commented 10 years ago

We're using the plugin to generate PDF with images. Example:

  <mediaobject>
    <imageobject>
      <imagedata fileref="images/logo.png" format="PNG" width='40mm'/>
    </imageobject>
  </mediaobject>