Knowledge base
You are viewing 6 articles with the tag "sdk"
View all articles (reset filter)[novaPDF SDK] How to generate a pdf file without the Save As dialog
What settings are needed to disable Save As dialog?
[novaPDF SDK] - Do I have to open or activate a profile before trying to set an option for the printer driver?
Do I need to activate a profile when I need to set its options via COM object?
[novaPDF SDK] - Are printer options related to each other? Do I need to set any option before I can set the Save Folder and Save folder options?
Do I need to set any option before I can set the Save Folder and Save folder options?
How to set programmatically the page related settings (page size, layout) via novaPDF SDK
The page related settings have a different behavior than the other settings (save, compression, fonts, security,...). While the last are specific to the novaPDF printer driver, the page related settings are used for all printer drivers and can be set by system calls (check the DEVMODE Windows structure).
How to add/remove a temporary PDF printer each time my application creates the PDF?
Hide novaPDF printer in the list of Printers when printing via novaPDF SDK.
Distributing novaPDF with 32bit applications that run on Windows x64
When integrating novaPDF SDK in a 32bit application that will be distributed on Windows x64 systems too, you have to take into account some aspects regarding the default behavior of our installer. One of these is the novaPDF installer that contains both 32 bit and 64 bit versions of the novaPDF driver and of the COM interface. Because of its built-in automatic detection, when installing novaPDF on Windows x64 computers (via your application), the 64bit version of the driver and COM interface are installed (and not the 32bit version).