Scaling an image when saving as PDF
Posted: Mon Jan 10, 2005 5:59 pm
We are using the docBook schema to create a PDF document with images. The problem is that that the images don't scale, even though though the scale attribute is entered. Is this a problem or by design?
<mediaobject>
<imageobject>
<imagedata fileref="images/Select Application Inquiry.jpg" format="JPG" scale="50"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/Select Application Inquiry.jpg" format="JPG" scale="50"/>
</imageobject>
</mediaobject>