Components

Top  Previous  Next

novaPDF SDK installs by default in the "C:\Program Files\Softland\novaPDF SDK" folder, but you can change this path during the installation process. The installer will create the following folder structure:

 

Doc

- contains the help file and the license files

 

Include

- definition files for INovaPdfOptions interface

- definitions for Windows messages and Registry keys

 

Installer

- novapin.exe - novaPDF Printer Pro Silent Installer. You may use this installer when deploying your application.

 

Lib

- novapi5.dll - INovaPdfOptions binary file that is installed by all editions of novaPDF Printer. There are two versions of the dll, one for i386 systems and one for x64 systems

 

Samples

Contains several samples of how to use INovaPdfOptions:

- Access PDF Reports - make a report on an Access database and convert it to PDF

- C++ Hello World - a console application that prints one page to the novaPDF Printer

- C++ Hello World (network) - the same as Hello World sample, but it can be run from any computer in the network, thought the novaPDF Printer is installed on one single computer

- C++ MFC Scribble - the standard MFC Scribble sample extended with generate PDF files

- C++ MFC Converter - a MFC dialogs sample that converts an existing file to PDF using different profiles on novaPDF Printer

- C# Hello World CSharp - a simple Windows console application that prints one page to the novaPDF Printer.

- C# CSharp Converter - converts an existing file to PDF using different profiles on novaPDF Printer

- C# Word OLE CSharp - converts a MS Word Document to PDF using Word automation

- Delphi Hello World Delphi - a Delphi application that prints using the Printer object

- Delphi VCL Converter- a Delphi application that converts an existing file to PDF using different profiles on novaPDF Printer

- Delphi Word OLE Delphi - converts a MS Word Document to PDF using Word automation

- VB Hello World VB - a VB application that prints using Printer object

- VB VB Converter - a VB application that converts an existing file to PDF using different profiles on novaPDF Printer

- VB Word OLE VB - converts a MS Word Document to PDF using Word automation

- VBNet Hello World VBNet - a VBNet console application that prints one page to the novaPDF Printer.

- VBNet VBNet Converter - a VBNet application that converts an existing file to PDF using different profiles on novaPDF Printer

- VBNet Word OLE VBNet - converts a MS Word Document to PDF using Word automation

 

Bin

- sample executables for DotNet, Win32 and Win64