I have a HTML page and I can see this page with my browser without any error. Problem is when I try to convert this HTML to PDF with iText or any other programs, these programs gives hundreds of error. Is there a way to convert HTML file to PDF file without tag checking? I mean I want to get what I see from my web browser as PDF.
EDIT: My html page is a little big so I can't write it here. Here is the first error I am getting with iText
line;
<table style="border-color:blue; " border="0" cellspacing="0px" width="700" cellpadding="0px">
error;
Exception in thread "main" java.lang.NumberFormatException: For input string: "0px"