Rescaling Image on oXygen
Posted: Wed Jul 13, 2011 10:32 am
Hi,
First, I prepare image in a "ConrefSource.xml", e.g.
----
<topic>
...
<image href="XXX.jpg" id="FIG"/>
...
</topic>
Second, I use it in other topci file "topic.xml" with rescaling, e.g
----
<topic>
...
<image conref="ConrefSource#FIG" scale="200"/>
...
</topic>
After building them with DITA-OT to PDF file, image "XXX.jpg" is expanded 200%. But on oXygen's Auhtor screen, size of image is always same as source size. I cannot change scale attribute (nor width, height).
In Text mode, I can edit these attribute but image does not change.
Help please
Thank you
First, I prepare image in a "ConrefSource.xml", e.g.
----
<topic>
...
<image href="XXX.jpg" id="FIG"/>
...
</topic>
Second, I use it in other topci file "topic.xml" with rescaling, e.g
----
<topic>
...
<image conref="ConrefSource#FIG" scale="200"/>
...
</topic>
After building them with DITA-OT to PDF file, image "XXX.jpg" is expanded 200%. But on oXygen's Auhtor screen, size of image is always same as source size. I cannot change scale attribute (nor width, height).
In Text mode, I can edit these attribute but image does not change.
Help please
Thank you