RE: [iText-questions] PDF Generated is Blank

2005-01-12 Thread Amit Chawla
Title: RE: [iText-questions] PDF Generated is Blank why dont u write ur code in servlet and configure in ur web.xml that servlet as jsp and call it from your JSP submit or create it in ur jsp...   example of web.xml could be  GeneratePDF "Your package"/GeneratePDF  GeneratePDF ../GenerateP

RE: [iText-questions] Blank page in Internet Explorer 6, help me please !!!!!

2005-01-10 Thread Amit Chawla
gth(test.length); ur code should work. Hope this would help regards amit chawla From: [EMAIL PROTECTED] on behalf of Juan ManuelSent: Mon 1/10/2005 11:49 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Blank page in Internet Explorer 6, help me please ! Hi all, hi

itext-questions@lists.sourceforge.net

2004-12-22 Thread Amit Chawla
Hey here i am again.. html document has   example  . or   SaxMyHtmlHandler is not parsing and is not generating PDF. I feel it is taking it as element . Can anyone suggest how to handle   while parsing . Thanks regards amit chwla Disclaimer: 'This email and any files transmit

[iText-questions] Problem in Sax Parser

2004-12-20 Thread Amit Chawla
I am pasring html document to generate PDF using HTML .. For some HTML document its parsing and generating PDF and most html it does not do it and my Web Browser shows blank page and PDF is not generated I am not able to understand the difference as all are html files Can anyone he

[iText-questions] I have a string consisting of HTML elements

2004-12-16 Thread Amit Chawla
HI I have string for example This is some sample text. You are using http://www.fckeditor.net/";>FCKeditor. amit SIVA&nb sp;CHAWLA  &nbs p; I want to generate PDF using the string consist of html elements and its text contents.. as it is.. But the problem is itext is just generating pdf taking

[iText-questions] Is there anyone who can answer my question

2004-12-16 Thread Amit Chawla
reciated... thanks regards amit chawla my code is below Document document = new Document(); ByteArrayOutputStream baosPDF = new ByteArrayOutputStream(); PdfWriter docwriter = PdfWriter.getInstance(document, baosPDF); String sForm = request.getParameter("FCKeditor1"); document.open(); // He