|
ABCpdf 6 is a new version completely independent of the old. You
can have both versions installed at the same time. When you want
to take advantage of the new features simply reference the new name.
Simply replace...
Set d = Server.CreateObject("ABCpdf5.Doc")
with...
Set d = Server.CreateObject("ABCpdf6.Doc")
|