ziopex / plsql-utils

Automatically exported from code.google.com/p/plsql-utils
0 stars 0 forks source link

Facing problem in calling an image to pdf #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using PL_FPDF for creating PDF from Apex Page.  In my application, I was 
using a image(company logo) from a table (blob column) and placed on top of the 
page.  When I customized the "P_PARSEIMAGE" function and wrote a new procedure 
"custom_parseImage" procedure for calling the blob image inside the procedure.  
But when I try to open the PDF, it results in error.  Can anyone help me out in 
resolving the issue. I have attached the package body and spec for your 
reference. 

Thanks in Advance 
Sanjeevi

Original issue reported on code.google.com by esanjeev...@gmail.com on 26 Sep 2013 at 10:39

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by thehunge...@gmail.com on 28 Sep 2013 at 1:10