Hello Jeff,

You might try normalizing the DPI settings in the .png files, as
described in 
http://stackoverflow.com/questions/4261838/xsl-fo-image-size-issue-with-pdfs

Most of the .png files seem to start out at 72 or 96 DPI, whereas they
may need to be 160 DPI or more to look right in the PDF.

Regards,
Mark

On Tue, Mar 27, 2012 at 5:47 AM, Jeff Storey
<jeff.sto...@nextcentury.com> wrote:
> I have a few inlinemediaobjects in my document. They are used to display
> icons that are typically used in the toolbar in the application. The images
> themselves are 22x22, but when I generate the pdf file, the images are much
> larger than 22x22 (almost 2x as large). Is there a way to ensure they stay
> at their natural size?
>
> This is how I include the icon:
>
> <inlinemediaobject>
>     <imageobject>
>         <imagedata fileref="myicon.png"/>
>     </imageobject>
> </inlinemediaobject>
>
> Thanks,
> Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to