             The PDF Split/Merge COM for asp user manual

Steps:
1.Copy the pdfspme.dll and pdfspmeCOM.dll files to your system32 directory, for example,
~~~~~~~~~~~
copy pdfspme.dll c:\windows\system32
copy pdfspmeCOM.dll c:\windows\system32
~~~~~~~~~~~
2.Register the pdfspmeCOM.dll library in your system, for example,
~~~~~~~~~~~
regsvr32 c:\windows\system32\pdfspmeCOM.dll
~~~~~~~~~~~
3.Put the test.asp file into your IIS directory,
4.Please copy "example.pdf" files to your "d:\test\" directory,
5.Run the MS IE software, and open the "test.asp" file,
6.The result files are generated in the "d:\test\".