OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: PNG Images rendering on XML->FO->PDF


Hello,

I'm quite new to docbook so maybe this is my mistake.

I wrote a docbook 5 user manual using the latest docbook-xsl stylesheets
(1.75.2) and, transforming it into html (and chm) through xsltproc works
well.

But when I create the PDF using the transformation XML->FO->PDF using
the latest version of FOP I have problems on the PNG images.

These appears enlarged in the document (like if I look an image at
110-120% zoom) and some of them go out the margins.

I downloaded also the "Java Advanced Imaging 1.1.3" but the result is
the same.

The code for the images is:

<figure>
 <title>An Image</title>
 <mediaobject>
  <imageobject>
   <imagedata fileref="Images_EN/IMAGE_001.png"
              align="center"
              scalefit="1"/>
  </imageobject>
 </mediaobject>
</figure>

Could someone give me some suggestion?

Thanks in advance,
Daniele.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]