Limited time promo

How to register COM

English

This help topic applies only to novaPDF. If you don't have it yet, you must download it first.

Download now Buy licenses
Mar 22, 2022
novaPDF 11.x
We strive to keep our help as accurate as possible. If you notice any inconsistencies or outdated info please let us know.
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

novaPDF11COM(x64).msi