Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
display blob content in report
purushdk
Hi
how to display blob file content in report.
requirement
I need to display pdf file content in birt which is stored in mysql database using blob data type.
Please provide example
Find more posts tagged with
Comments
bhanley
You can add an Image control to your report and then choose "Dynamic Image" as the image type from the available radio buttons. From there click the "Select Image Data" button and choose the field in your data set containing the image data.
That should do it. Your image will be rendered at run-time for you.
purushdk
Hi
i am storing pdf file content in blob field, how to display pdf bolb content
please provide some examples
bhanley
You are going to have a hard time with that because it generally spawns an external viewer to see the content. This is why PDFs are generally viewed as stand-alone entities inside a browser. Do you want to view the PDF content as part of a larger HTML context? If so you may have to use an iFrame and embed the whole viewer.
purushdk
Hi Brian,
I have storing pdf file in blob field.
i need to display that pdf file content in birt grid .
please provide example.