Page 1 of 1

XML Oxygen and image DPI

Posted: Fri Mar 21, 2025 9:34 am
by petrht
Hello,
is there any hidden functionality in Oxygen that automatically changes DPI of the images? Like we have an image with 300dpi and it seems that when generating a pdf document, XML Oxygen changes dpi from 300dpi to 120dpi. We use XEP for xml to pdf conversions.
Thanks
Petr

Re: XML Oxygen and image DPI

Posted: Fri Mar 21, 2025 11:28 am
by julien_lacour
Hello Petr,

By default XEP configuration seems to use a higher resolution in xep.xml:

Code: Select all

<option name="RESOLUTION" value="1440"/>
If you change it, do you obtain the correct image rendering?

Regards,
Julien