Subject: HTML in specific location
Date: 2013-05-13 16:19:51
From: Nicolei Martin
Source: html-specific-location
----------------------------------------------------------------------

Three questions:

1) Is it possible to place an html file at a specific size and location?

2) I'm using the provided example for component pro ( PdfExampleExplorer.exe) to convert html to pdf. When I provide it an html file with bulleted lists, it does not generate the bullets properly.

my html code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
 
<body>
Hello wolrd
<ul>
<li>this part is <b>BOLD</b></li>
<li>not bold</li>
<li>not bold<br/>hello</li>
</ul>
</body>
</html>

 

3) The html to pdf conversion seems to work fine for Windows applications, but it does not work for ASP.NET. I get a single-thread exception

 

Please help

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index