Home
Analytics
text on image
akhilp
Hello,
can we add text on image in birt? please see the attacheed image.
Find more posts tagged with
Comments
mwilliams
You could set the image as the background image of a grid or text element, then just put your text in, like normal.
akhilp
thank you William,
I tried this earlier. the problem with this, background images are not exported to excel(no issues with other images). it works fine with pdf. I am not sure, if i am missing any property to set for excel.
is there any other way around like using SVG script. currently we are drawing this type of images using SVG in Actuate e.Report.
mwilliams
Take a look at this report. It should get you started. Replace the path in the onCreate script of the second image element, with the path to an image on your machine.
akhilp
Thank you Michael.
I am able to draw the image using svg and text. thank you for your support and instant help.
Regards,
Suresh
noodle768
<p>is it possiable to connect BIRT with C#? I mean I want not only to add txet annotation on images ,but also other formal annotation, like Hot Spot Annotation ,Freehand Annotation .etc ,with the support of<a data-ipb='nomediaparse' href='
http://www.rasteredge.com/how-to/csharp-imaging/image-annotating/'>
; image annotation dll in C#</a> .Any suggesiton?</p><p> </p><p>regards</p>
jacaboo
<blockquote class="ipsBlockquote" data-author="noodle768" data-cid="118186" data-time="1372923289"><div><p>is it possiable to connect BIRT with C#? I mean I want not only to add txet annotation on images ,but also other formal annotation, like Hot Spot Annotation ,Freehand Annotation .etc ,with the support of<a data-ipb='nomediaparse' href='
http://www.rasteredge.com/how-to/csharp-imaging/image-annotating/'>
; </a><a data-ipb='nomediaparse' href='
http://www.rasteredge.com/how-to/vb-net-imaging/image-annotating/'>image
annotation dll </a>in C# .Any suggesiton?</p><p> </p><p>regards</p></div></blockquote><p>thanks for sharing, that's awesome but somewhat overpriced for me who will just use it only once, do you have some cheaper or even free versions, any suggestion will be appreciated!</p>
kclark
<blockquote class="ipsBlockquote" data-author="noodle768" data-cid="118186" data-time="1372923289"><div><p>is it possiable to connect BIRT with C#? I mean I want not only to add txet annotation on images ,but also other formal annotation, like Hot Spot Annotation ,Freehand Annotation .etc ,with the support of<a data-ipb='nomediaparse' href='
http://www.rasteredge.com/how-to/csharp-imaging/image-annotating/'>
; image annotation dll in C#</a> .Any suggesiton?</p><p> </p><p>regards</p></div></blockquote><p> </p><p>Are you just wanting to call a class that renders a BIRT report from C#? If so you could try IKVM.NET, I haven't used it but it looks like you should be able to execute a Java class from C# with it.</p>