I would like to an image to a pdf/a-1a document in iReport. I know JPEG images are not allowed but are PNG or BMP images? Everything I've tried won't display my images in Acrobat Reader.
<image><reportElement key="image" style="Sans_Bold" x="371" y="1" width="160" height="51"/><imageExpression><![CDATA["Logo.png"]]></imageExpression></image>
Thanks
1 Answer:
Posted on November 28, 2013 at 11:01pm
HI there
It is difficult for me display image in pdf files using a code.For me ,i usually do the pdf processing issues using this pdf program:
http://www.rasteredge.com/how-to/csharp-imaging/pdf-processing/
You can also have a try.Hope to help you.
In the end I tried a gif file and it worked. Don't know why png didn't work.