|
ABCpdf is registered and installed from the System32 directory
so that it is available to any application on your computer.
All you need to create an ABCpdf document object from ASP is to
use the following code:
Set doc = Server.CreateObject("ABCpdf6.Doc")
|