size of static images [message #1768908] |
Mon, 24 July 2017 16:26  |
Eclipse User |
|
|
|
Hi,
I am using the <image> tag to insert png pictures into the generated ODT document depending on some variable:
<image filePath='picture_[someVariable/].png' ...
The pictures have different sizes and I want:
- large pictures should not exceed the width of the drawing area (in OpenOffice it's called a frame) defined in the template ODT, and
- pictures smaller than the drawing area should stay small.
I have tried now all possible combinations of maxW and keepW, the result is always the same: all pictures, small and large, are maximized to the width of the drawing area. This looks horrible for small pictures.
Any ideas what I can do?
|
|
|
|
Powered by
FUDForum. Page generated in 0.02811 seconds