novaPDF SDK includes a COM interface, INovaPdfOptions. The COM binary file is located in the Lib sub folder. The COM is first registered when installed with novaPDF SDK. If you want to register/unregister novaPDF COM manually, use the following commands from the command line:
Register
regsvr32.exe "C:\Program Files\Softland\novaPDF 11\SDK\Lib\i386\novapi11.dll"
or, for x64 systems:
regsvr32.exe "C:\Program Files\Softland\novaPDF 11\SDK\Lib\x64\novapi11.dll"
Unregsiter
regsvr32.exe /u "C:\Program Files\Softland\novaPDF 11\SDK\Lib\i386\novapi11.dll"
or, for x64 systems:
regsvr32.exe /u "C:\Program Files\Softland\novaPDF 11\SDK\Lib\x64\novapi11.dll"
msi
In the "C:\Program Files\Softland\novaPDF 11\SDK\Installer" folder there are two msi that install the x86 or x64 version of the COM and register it. These only install the COM and they are meant to be used on client computers if you install novaPDF printer on a server and run your application from different computers:
novaPDF11COM(x86).msi