PL/PDF: Outputting HTML formatted text

From: David <dknight.work_at_googlemail.com>
Date: Thu, 10 Jul 2008 02:59:34 -0700 (PDT)
Message-ID: <e7da9012-e162-4d42-91a5-526d470b1456@w7g2000hsa.googlegroups.com>


Hi

I'm using PL/PDF (http://www.plpdf.com) to generate PDF documents. This can output a string using the command

plpdf.PrintFlowingText(6,l_clob);

In this case, 6 is the text size, and l_clob is a CLOB variable containing an HTML document.

Does anybody know of a utility which will take the HTML text (containing tables) from a CLOB and return, for example, plpdf.printcell statements?

Many thanks

David Received on Thu Jul 10 2008 - 04:59:34 CDT

Original text of this message