             The TEXT To PDF COM for jsp example user manual

Steps:
1.	
	(1) Copy the texttopdf_com.dll and texttopdf.dll files to your system32 directory. 
		For example:
		a) copy texttopdf_com.dll c:\windows\system32
		b) copy texttopdf.dll c:\windows\system32
	
  	(2) Download the JACOB from "http://danadler.com/jacob/jacobBin_17.zip",
  		The JACOB binary distribution (jacobBin_XX.zip) includes: 
  		jacob.jar: a JAR file for the java classes which you must add to your CLASSPATH. 
		jacob.dll: a small Win32 DLL which you must add to your PATH of system environment.
		......
		For example:
		a) copy jacob.jar c:\windows\system32
		b) copy jacob.dll c:\windows\system32
	
2.Register the texttopdf_com.dll library in your system.
	For example:
	regsvr32 c:\windows\system32\texttopdf_com.dll

3.Add jacob.jar to system CLASSPATH environment.
    For example:
    %CLASSPATH%;%JAVA_HOME%\lib\tools.jar;c:\windows\system32\jacob.jar;
    
4.Put the server_sample.jsp file into your 'JSP SERVER' directory.
    For example:
    copy server_sample.jsp c:\tomcat\webapps\ROOT

5.Run the MS IE software, and open the "http://localhost:8080/server_sample.jsp" file.

6.The result files are generated in the "d:\JSPsample.pdf".

Note:
	*all files in bin directory.
	*JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java.
		The detail refer to "http://danadler.com/jacob/"