Page 1 of 1

pdf files making 16x16 icons larger randomly

Posted: Fri Aug 25, 2017 11:20 pm
by jojobar
In my document I have several icons that are represented as:

Code: Select all

<para> blah blah blah <inlinemediaobject>
<imageobject>
<imagedata fileref="images/xxx/AccountDetails.png"
format="PNG" />
</imageobject>
</inlinemediaobject> blah blah blah</para>
When I convert them to pdf using the normal pdf transform supplied, some of these icons shows up in correct size. However some icons randomly becomes much bigger.

Right now I am managing this by adding width=16px and depth=16px to those icons. However, because there are so many, I am wondering if it is a bug or I need to specify something!

I am using version 18

Re: pdf files making 16x16 icons larger randomly

Posted: Mon Aug 28, 2017 2:19 pm
by cosmin_andrei
Hello,

If some of your images appear stretched-out in PDF, you should try to either adjust or remove the dpi (dots per inch) information from them.

Please read this topic in our documentation where you can find more information about this issue:
https://www.oxygenxml.com/doc/versions/ ... utput.html

I hope this helps.