Include images in dynamic pdf generation

Kamala K M April 4, 2017

I am generating PDF attachment dynamically to Jira . I am able to egenrate PDF file, but I am unable to include logo.gif into the PDF. I tried adding the log as web-resource. Code mentioned below.

<resource type="download" name="sandisk_logo.gif" location="/images/sandisk_logo.gif" />

<web-resource key="sandisk_logo" name="sandisk_logo">
<resource type="download" name="sandisk_logo.gif"
location="/images/sandisk_logo.gif" />
</web-resource>

 

my ReleaseNotes.java has the below code

Image logo = Image.getInstance("sandisk_logo");

 

and the error says no file found "sandisk_logo"

 

1 answer

0 votes
Jeremy Largman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 4, 2017

This seems like a developer question, which belongs over at https://community.developer.atlassian.com/t/welcome-to-the-community/84. 

Best to post over there, that's where our developer community hangs out!

Kamala K M April 4, 2017

Thanks, yes it is a developer question

Suggest an answer

Log in or Sign up to answer