sandrods / odf-report

Generates ODF files, given a template (.odt) and data, replacing tags

Home Page:http://sandrods.github.com/odf-report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image placeholder - change image size on fly

jirihradil opened this issue · comments

Hi folks,

is it possible to change the image properties (image size) on the fly? I would like to have just 1 placeholder, 2 images with different size and programmatically decide which one to use in that placeholder.

Thanks,

Jiri

No, unfortunately right now it is not possible to change attributes of images.
It wouldn't be too difficult to implement it, though. PR are welcome.