Re: [iText-questions] Page Numbers For Document

2002-11-09 Thread sundardba
Yes I have used this HeaderFooter header = new HeaderFooter(new Phrase("This is a header without a page number"), false); document.setHeader(header); this is working fine for all the pages but this value could not be set for the first page I am adding two tables. One table is dyanamic and it go

[iText-questions] Page Numbers For Document

2002-11-08 Thread sundardba
Hai My requirement is that I need to create page number at the end of each Page I am creating a single table in which number of rows will go from 2 to N number. I implemented the PdfPageEvent Interface I oover ridden the Methods onEndPage It doesn't write the page number Give me the solution

[iText-questions] Creating Index page which list topic with Page Numbers

2002-10-30 Thread sundardba
Hai, we were using ITEXT for our project to create PDF documents and this working fine.I have a requirement like this, I need to create the index page at the begining of the document. index page will look like this Slno Topic Page Number 1Ch

[iText-questions] Limitation in IText

2002-10-29 Thread sundardba
Hai all, I am using Itext to generate PDF.And this is working fine. I need to Know the limitation in ITExt. Did Any one came across the some problem I need to know. is there any limitation in size of Documents created? Is there any limitation in number of concurrent Users? like this... bye Sun

[iText-questions] sending response as stream to browser

2002-10-01 Thread sundardba
out in catch block is jsp built in object. I am using in JSP file Even if I comment the line out.println in catch block I am getting same exception :Illegal state exception How can we avoid this [EMAIL PROTECTED] wrote What is 'out' in you catch-phrase? Is it a PrintWriter you got like this: Pr

[iText-questions] deleting the file

2002-09-30 Thread sundardba
I tried as below try { response.setContentType("application/pdf"); //out.println("First Line"); Document document=null; ByteArrayOutputStream ba =null; document = new Document(); ba = new ByteArrayOutpu

[iText-questions] deleting the file

2002-09-30 Thread sundardba
Thanks bruno Is it possible to send response to the user directly as PdfWriter.getInstance(document, response.getOutputStream()); When I use this I am getting the error as illegal state exception [EMAIL PROTECTED] wrote Quoting [EMAIL PROTECTED]: > I tried this method. After I create the

RE: [iText-questions] deleting the file

2002-09-29 Thread sundardba
I tried this method. After I create the PDF file I redirect the response to the pDF file created then I create the file Object delete this file, File gets deleted first before redirecting the response to the PDF file. Thanks Sundar [EMAIL PROTECTED] wrote Well, assuming you have already creat

[iText-questions] deleting the file

2002-09-29 Thread sundardba
hai All, I am creating the PDF file in the server after that I am sending the PDF file to the user. I want to delete the file from server. how can I do this. thanks Sundar --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heav