|
ABCpdf .NET is made up of the following components.
ABCpdfCE7.DLL is the core engine. It incorporates our
proprietary Direct to PDF technology and is designed for high
performance PDF manipulation in a multithreaded environment.
ABCpdf.DLL is a .NET tier comprising the visible interface and
less speed critical code. When the assembly is loaded it locates
and loads the core engine establishing a direct high speed link
between the two components.
PrintHook32.dll and PrintHook64.dll. These DLLs intercept the
Microsoft XPS Document Writer to allow ABCpdf to import an extended
range of documents.
ABCpdf supports the import of more image formats through the
separate ABCImageMagick COM+ Application, which is not
automatically installed and you can manually install with
ABCImageMagick.msi.
The .NET tier is placed in the GAC so that you can reference
ABCpdf .NET from any of your projects. However should you require
you can always copy both DLLs to the bin directory of your
application.
|