ABCpdf .NET is made up of the following components.
ABCpdf.dll is the main .NET assembly. When the assembly
is loaded, it locates and loads an appropriate core engine
establishing a direct high speed link between the two
components.
ABCpdf10-32.dll and ABCpdf10-64.dll are the core engines for
32- and 64-bit processes. They incorporate our proprietary
Direct to PDF technology and are designed for high performance PDF
manipulation in a multithreaded environment.
PrintHook32.dll and PrintHook64.dll are print hooks for 32- and
64-bit processes. 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. |