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

optional image

skiffb opened this issue · comments

Hello @sandrods,

Thank you for this great gem!

I have been looking into a way to add an optional image to a report that doesn't take up space due to a transparent placeholder when it is not there.

I saw #80 which could remove a section, but it hasn't been merged.

Is there a way to an ad an optional image outside of creating a separate file to be used for it?

Thanks in advance!

The same issue for me. If I could hide a section programatically, it would be great :)

I'm preparing a new version that removes images if the path is nil

r.add_image("IMAGE_01")
# or
r.add_image("IMAGE_02", nil)

and also removes sections if the collection is empty/nil

You guys think it will work for you?

Well, 0.7.1 is out and should handle this