Including BLOB images in your PDF Reports
        Posted  
        
            by thatjeffsmith
        on Oracle Blogs
        
        See other posts from Oracle Blogs
        
            or by thatjeffsmith
        
        
        
        Published on Mon, 9 Jul 2012 14:24:50 +0000
        Indexed on 
            2012/07/09
            15:20 UTC
        
        
        Read the original article
        Hit count: 440
        
Earlier this year we walked through how to work with BLOBs in Oracle SQL Developer. So you already know how to INSERT, UPDATE and view the BLOBs stored in your tables.
But now I want to show you how to include those images in your PDF reports. You know how to work with SQL Developer reports, right? No? OK, let’s do a quick run down memory lane then:
Alright, so if you have a GRID report that contains a BLOB column, you have the option of including the BLOB contents when you create a PDF export:
Note that you must specify the treatment of the BLOBs in the report design. You won’t be prompted when you launch the Export wizard dialog.
When you open your PDF, there will be a link to the image. Click it.
It will launch the default image viewer on your machine.
© Oracle Blogs or respective owner


