Hi Team,
We are facing an issue with ConvertHtml method. The text in the pdf is getting overlapped. Even tried with Eo PDF Demo application. Use convertHTML metod under basic section.
Below is the html used for conversion:
<html>
<head >
<title></title>
</head>
<body>
<div>
<div style="color:#bfbfbf;float:left;font:1em Arial, Helvetica, sans-serif;font-size:0.9em !important;line-height:1.6em !important;margin:0px 0px 18px;text-align:left;word-spacing:-1px;">
<p>
© Whatever you want to do you do it in your HTML, not on the HTML to PDF converter. Anything related to HTML, such as CSS, JavaScript, etc, you do it in your HTML. Just think the HTML to PDF converter as a browser. The options are not on the browser. You get your HTML right and the browser will display it right. So everything is in the HTML. For example, if you want to dynamically set CSS stylesheet, you can dynamically change link element in your page's header.
</p>
</div>
</div>
</body>
</html>
Let me know if you need more information.