Installation

The Image to PDF Dynamic Link Library is distributed in a ZIP archive (simply extract these files from the ZIP archive and place in a directory location of your choice) which contains the following files:

Image2PDF.dll   - Dynamic Link Library (using C calling declaration)
Image2PDF.lib - Dynamic Link Library linkage for C/C++ that provides the correct DLL call for the function, plus it will ensure that the Image2PDF.DLL file is loaded when the calling application is run (NB there is no need to use LoadLibrary)
Image2PDF Clarion.lib - Dynamic Link Library linkage for Clarion that provides the correct DLL call for the function in Image2PDF.dll, this should be renamed as Image2PDF.lib in place of the C version above in order to use the DLL with Clarion
Image2PDF Borland.lib - Dynamic Link Library linkage for Borland C++ Builder
Image2PDF StdCall.dll   - Dynamic Link Library (using Windows stdcall calling declaration) - use with Visual Basic 6 and Borland C/C++ (if using stdcall)
Image2PDF StdCall.lib - Dynamic Link Library linkage if required by a language/development environment - use with Borland C/C++ if using stdcall
Manual.htm - Manual in HTML format
Test.jpg - Example JPEG image (400 x 300 pixel resolution)
ReadMe.txt - Basic help - mainly for when this manual cannot be opened

Application Programming Interface Language interface files:
Image2PDF.h - C/C++ header file
Image2PDF-BCC.h - Borland C/C++ header file if using stdcall
Image2PDF.bas - Visual Basic 6 module
Image2PDF.cpp - C++ .net Interop Services class interface
Image2PDF.cs - C# .net Interop Services class interface
Image2PDF.jsl - J# .net Interop Services class interface
Image2PDF.vb - Visual Basic .net Interop Services class interface
Image2PDF.inc - Clarion module
Image2PDF.prg - xHarbour / Five Win Harbour interface
LabVIEW.htm - LabVIEW notes for adding APIs into a VI using the Call Library Function Node

Examples - Note you may need to copy the appropriate DLL into the same location as the produced executable:
Simple Image2PDF Borland C Example - Borland C simple example project
Simple Image2PDF C Example - Microsoft C simple example project
Simple Image2PDF C# Example - Microsoft C# simple example project
Simple Image2PDF MFC C++ Example - Microsoft MFC C++ example project
Simple Image2PDF VB6 Example - Microsoft Visual Basic 6 simple example project
Simple Image2PDF VB.net Example - Microsoft Visual Basic .net simple example project