There are two ways to change the novaPDF printer options programmatically:
- Using our COM interface and the SetOptionsXXX functions (that are included in the novaPDF SDK
package)
- Writing the values for the printer options directly in registry
To generate
PDF
files without the notice on the bottom of the pages mentioning novaPDF, you have two solutions:
- Purchase a novaPDF SDK license. In this case you can distribute (royalty free) the novaPDF printer driver
with your application. If you choose this option, you have to use the COM object at least for calling the Initialize function to pass the registration information. This option is more suitable if your program will be distributed to a large number of user.
- Purchase a novaPDF printer license for each computer where you use your application. In this case you may still use the COM object (novaPDF SDK) for free if you have a printer license and you can also write the options in the registry yourself. This option is more suitable if your program will be used by a small number of users.