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