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