http://www.lowagie.com/iText/download.html
a Free Java-PDF library
by Bruno Lowagie
and Paulo Soares
<quote>
So I had the idea to have two Writers listening to one document at the
same time: com.lowagie.text.pdf.PdfWriter and
com.lowagie.text.html.HtmlWriter. As the HTML format is less critical
than PDF syntax, it was sufficient for me to take one look at the broken
HTML file to see what high level object caused the Runtime error. (01)
The moral of this long introduction is: HtmlWriter is a class that
produces HTML, but it was only written for debugging reasons. If you are
looking for a library that generates HTML, you will find other products
with far more features and possibilities than provided with iText. If
you want to generate documents in different formats simultaneously, than
you might find HtmlWriter useful.
</quote> (02)
iText can write, read and manipulate PDFs. (03)
Jack Park wrote:
> I'd be interested to see an enumeration of those translators if it's readily
> available.
> Thanks
> Jack
>
> On 3/9/06, Eugene Eric Kim <eekim@blueoxen.com> wrote:
>
>>On Thu, Mar 09, 2006 at 09:23:08AM -0800, Jack Park wrote:
>>
>>
>>>Looking at the architecture, it might be possible to build a PDF
>>
>>translator
>>
>>>out of PDFBox. There is some java code that seems to work well for that.
>>
>>Absolutely. But the real beauty is, there may not be a need to write
>>any specialized translators if we get this working with XHTML as its
>>"native" file format, because there are already PDF (and other)
>>translators to XHTML.
>>
>>-Eugene
>>
>>--
>>======================================================================
>>Eugene Eric Kim ................................ http://xri.net/=eekim
>>Blue Oxen Associates ........................ http://www.blueoxen.com/
>>======================================================================
>>
>>--
>>This message is archived at:
>>
>>
>>http://collab.blueoxen.net/forums/cgi-bin/mesg.cgi?a=tools-yak&i=20060309172500.GJ891@douge.blueoxen.net
>>
>>
>
> (04)
--
This message is archived at: (05)
http://collab.blueoxen.net/forums/cgi-bin/mesg.cgi?a=tools-yak&i=44115782.1060108@concept67.net (06)
|