Re: [iText-questions] How to send a whole PDF from reader to an output stream?

2004-08-20 Thread Joseph Chakkungal
Hi Paulo, Thanks for the help... it works.. Joseph PdfStamper Subject: [iText-questions] How to send a whole PDF from reader to an output stream? > Hi, > > This might be a really silly question, but my brain is frozen :) and > therefore any help from you would be highly appreciated. > > I am readi

Re: [iText-questions] How to send a whole PDF from reader to an output stream?

2004-08-20 Thread Paulo Soares
PdfStamper - Original Message - From: "Joseph Chakkungal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 18:29 Subject: [iText-questions] How to send a whole PDF from reader to an output stream? > Hi, > > This might be a really silly question, but my brain is

[iText-questions] RE: Parsing an existing PDF document

2004-08-20 Thread Joseph Chakkungal
Hi, On chapter 13: Reading PDF, it says, "You can't 'parse' an existing PDF file using iText, you can only 'read' it page per page". But if you find anything like that, please let me know as I need to find pages that contain certain strings / text. Joseph From: saurabh nasa <[EMAIL PROTECTED]>

[iText-questions] How to send a whole PDF from reader to an output stream?

2004-08-20 Thread Joseph Chakkungal
Hi, This might be a really silly question, but my brain is frozen :) and therefore any help from you would be highly appreciated. I am reading an existing PDF file using PdfReader. Now what is the best and efficient way to write this document to a Byte Array Stream? I don’t want to read page by

[iText-questions] Convert html to pdf

2004-08-20 Thread Günther Zwetti
Hi!   I'm using itext (and of course java) and need to convert a given html file into a pdf. As I don't want to write a html parser I need a java library which is able to to do so. Tools like htmlDoc (this tool is mentioned in a lot of threads) do not fulfill my requirements due to the fac

Re: [iText-questions] alignment cells

2004-08-20 Thread Kieran
Hi You use: Cell.setHorizontalAlignment(Element.ALIGN_LEFT) or similar - this is the same for "Cell" and "PdfPCell" objects HTH Kiers "arne anka" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 19/08/2004 13:33 To [EMAIL PROTECTED] cc Subject [iText-questions] alignment cells