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 to 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.