display blob field on pdf with pl_fpdf
911411Jan 17 2012 — edited Jan 25 2012Hi All,
I wish I could use some method to output PDF from the PL/SQL. I already have a document (image stored as BLOB). Now, I need to output this image in PDF. I know doing this outside database is easy and advisable.
When I use pl_fpdf with image from url it work fine but when i want to display the image from blob I have this error:
ORA-20100: <B>PL_FPDF error: </B>image : ORA-20100: <B>PL_FPDF error: </B>p_parseImage : ORA-20100: <B>PL_FPDF error: </B>pl_fpdf.getImageFromUrl :ORA-31001: Invalid resource handle or path name "https://intranet.momentumtechnologies.ca/pls/prod_intranet/MOM_HTMLDB.PRC_AFFCH_IMAGE_DIVSN?P_IDE_DIVSN=0", image :https://intranet.momentumtechnologies.ca/pls/prod_intranet/MOM_HTMLDB.PRC_AFFCH_IMAGE_DIVSN?P_IDE_DIVSN=0
+ Erreur Echec impression+
I run this using Oracle APEX
Database: Oracle 9.2 running in Windows server.
Thanks in advance.
hakim