Re: [iText-questions] problem rendering the pdf

2006-07-20 Thread Ciprian Nitescu
Visalatchi Balu yahoo.com> writes: > > > Dear all I have to render the pdf from html. I'm using tidy parser to conver the html to xml and i passing xml to itext to render the pdf. but it throwing exception Please do support.. Here is my codingpackage src;import java.io.Byt

Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread Visalatchi Balu
Yep bruno is correctThe output of the xml is okey... from xml to pdf only it cause exception the exception also i have attached in the mail already...   Antony u can get the test.xml from the program itself. after the executiion of the program u can get the test.xml ..   Please

Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread bruno
Antoine wrote: > What is the contents of C:\\test.xml? If I understand the OP well, the contents of text.xml is: Test. Testing for tables.. 1 column 2 column 1 data 2 data This XHTML looks perfectly OK, so I don't see any problem. When I don't see a problem, I can't solve it.

Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread Antoine
> > If i run this program i got below exception > > service for checking URLs for accessibility. > java.net.MalformedURLException: no protocol: > at java.net.URL.(URL.java:537) > at java.net.URL.(URL.java:434) > at java.net.URL.(URL.java:383) > at > org.apache.xerces.impl.XMLEntityManager.startEnt

[iText-questions] problem rendering the pdf

2006-07-14 Thread Visalatchi Balu
Dear all    I have to render the pdf from html. I'm using tidy parser to conver the html to xml and i passing xml to itext to render the pdf.  but it throwing exception Please do support.. Here is my coding     package src;import java.io.ByteArrayOutputStream;import java.io.ByteArrayIn