Knowledge base
You are viewing 15 articles with the tag "sdk" and author "Lorant (Softland)"
View all articles (reset filter)Hello World (C#) - SDK sample
Hello World CSharp sample is a simple Windows console application that prints one page with the *novaPDF says Hello World from C#* text to the novaPDF.
It demonstrates the basic use of the INovaPDFOptions interface. The printing job is made using the package "System.Drawing.Printing"
VB Converter - SDK sample
The VB Converter sample demonstrates how to convert an existing file by printing it to novaPDF Printer using the ShellExecute function. It also demonstrates how to set different options and manage profiles in the novaPDF SDK application.
Hello World VBNet - SDK sample
Sample how to print a *"Hello World"* pdf file from VB.NET using novaPDF Printer.
Multiple printers SDK sample
Multiple printers sample is similar with the Temporary printer sample but it uses several threads.
VBNet Converter - SDK sample
This SDK sample shows how to convert an existing file to PDF by using the
ShellExecute
function in Visual Basic.Temporary printer SDK sample
Temporary printer sample is similar with Hello World sample but it uses temporary printers. It demonstrates the use of
AddNovaPrinter
and DeleteNovaPrinter
.Word OLE VBNet - SDK sample
Sample VBNet app that converts a MS Word document to PDF using OLE Automation.
[novaPDF SDK] SetDefaultPrinter doesn't work after RestoreDefaultPrinter is called
novaPDF isn't set as the default printer after calling RestoreDefaultPrinter() function.
[novaPDF SDK] - I want to change novaPDF printer option settings, do I need novaPDF SDK for that?
Do I need novaPDF SDK to change printer options? Can I generate pdf files without the notice on the bottom of the pages mentioning novaPDF?
[novaPDF SDK] - If I set an option value via COM, will that be persistent, or will the option be reverted when the program terminates?
If I set an option via COM, that be persistent after the program terminates?
[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 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.