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
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
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
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
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
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