How to export the space logo with a specific size?
I want to place the space logo on the exported pdf. Just using $spaceLogo doesn't work for me, as it is to big.
- On this page: https://help.k15t.com/scroll-pdf-exporter/using-placeholders-75367828.html
- I read this: "If the download URL of the space logo is required, use $spaceLogo.getSrc()"
My idea is to create my own img-tag, but $spaceLogo.getSrc() is null. What to do?
BR Stefan
- Scroll PDF Exporter 3.4.5
- Confluence 5.8.4
-
Hi Stefan,
You are right. $spaceLogo.getSrc() doesn't render the image path. I will investigate and raise a bug report if necessary. In the meantime, you can try using <img height="10" src="$spaceLogo"> (that would output the space logo in 10px height).
Hope this helps.
Cheers,
Roman. -
Hi Stefan,
I was able to reproduce the issue with $spaceLogo.getSrc() not rendering the URL of the space's logo. I have created the bug report here: https://k15t.jira.com/browse/EXP-1200.
Cheers,
Roman.
Please sign in to leave a comment.
Comments
2 comments