13 October 2009

Generate PDF inside database as BLOB

I've taken the package PL_FPDF package which can be freely download from http://www.erasme.org/PL_FPDF and I've rewritten it so it can add a PDF document inside the database.

You can find the changed source code on http://sites.google.com/site/oraont/pdfblob. I also added a simple sample so you play around with the package.

6 reacties:

  1. This works great. God bless your soul!

    ReplyDelete
  2. Can I use cp1250,example?

    ReplyDelete
  3. I haven't tried another character. But inside the pl/sql code there is a return of a charset. Could be that you have to translate your symbols inside that charSet.

    ReplyDelete
  4. I use your package, it work fine. When I do a loop process to the example that you give it work fine if in the pdf there are not an image. But when I add image in the pdf. the loop (for update )work just for the first record of my table.and for the rest it just put an empty pdf. I don't know what is done with it.
    can you help me. I think there some modification to do with procedure that manipulate the image in the PL_FPDF.
    best regards.

    ReplyDelete
  5. Hi Mark,

    Is there any planned fix on this. I've run into the same problem and not quite sure how to resolve it.

    Thanks

    ReplyDelete
  6. Hi,

    I'm currently not working on a fix. Did not see any changes on the PL_FPDF package either. If you post an example I can try to reproduce the problem.

    Regards,

    Mark

    ReplyDelete