Re: [iText-questions] read PDF write HTML

2005-09-26 Thread KJ Borges
By the way, if we wanted to add this feature to itext would this be something in the scope of itext? Would this type of feature be too difficult to be implemented in your opinion? Let me know your thoughts. Thanks for any help, Kenety From: "KJ Borges" <[EMAIL PROTECTE

Re: [iText-questions] read PDF write HTML

2005-09-26 Thread KJ Borges
Hi Bruno and others, Could you point me to any other JAVA api that could help me do that? Thanks in advance, Kenety From: Bruno Lowagie <[EMAIL PROTECTED]> To: KJ Borges <[EMAIL PROTECTED]> CC: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] read PDF write HT

[iText-questions] read PDF write HTML

2005-09-23 Thread KJ Borges
(now with subject) Hello, I'd like to read a PDF file and write it as a HTML file. Is it possible to do it with itext? I was trying to do something like that using the code below but it looks like that from a PdfReader I can't retrieve the read document. PdfDocument document = new PdfDocu

[iText-questions] (no subject)

2005-09-23 Thread KJ Borges
Hello, I'd like to read a PDF file and write it as a HTML file. Is it possible to do it with itext? I was trying to do something like that using the code below but it looks like that from a PdfReader I can't retrieve the read document. PdfDocument document = new PdfDocument(); PdfReader pd