             The TEXT To PDF COM for asp.net example user manual

Steps:
1.Copy the texttopdf_com.dll and texttopdf.dll files to your system32 directory, 
	for example:
	copy texttopdf_com.dll c:\windows\system32
	copy texttopdf.dll c:\windows\system32

2.Register the texttopdf_com.dll library in your system, 
	for example:
	regsvr32 c:\windows\system32\texttopdf_com.dll

3.Put the server_sample.aspx file into your IIS directory.
	for example:
	copy server_sample.aspx C:\Inetpub\wwwroot

4.Run the MS IE software, and open the "http://your localhost ip/server_sample.aspx" file.

5.The result files are generated in the "d:\ASPsample.pdf".

Note:
	all files in bin directory.