If you use one of the following languages/development environments please see the notes below:
To use the Image to PDF DLL with Borland C++ Builder you will need to use the alternative "Image2PDF StdCall.dll"
(which uses the Windows stdcall calling convention instead of the default DLL which uses the C calling convention)
and link with the Borland C++ Builder specific .lib interface ("Image2PDF Borland.lib")
Then include the "Image2PDF-BCC.h" file in your project which defines all of the APIs and constants that can be used.
There is a simple working example which you can find in the directory "Simple Image2PDF Borland C example".
To use the Image to PDF DLL with C/C++ you will need to link with the C/C++ specific .lib interface ("Image2PDF.lib")
Then include the "Image2PDF.h" file in your project which defines all of the APIs and constants that can be used.
There is a simple working example which you can find in the directory "Simple Image2PDF C example".
To use the Image to PDF DLL with Clarion you will need to use the Clarion specific files as outlined below:
To use the Image to PDF DLL with LabVIEW requires the use of the Call Library Function Node with a VI.
This should be added and configured in your VI with the following common function node settings:
Library name or path: | Image2PDf.dll |
Calling conventions: | C |
Function: | Run in UI Thread |
To use the Image to PDF DLL with Visual Basic you will need to use the alternative "Image2PDF StdCall.dll"
which uses the Windows stdcall calling convention instead of the default DLL which uses the C calling convention.
To do this rename the existing "Image2PDF.dll" as "Image2PDF-C.dll" and then rename "Image2PDF StdCall.dll" as "Image2PDF.dll".
Then include the "Image2PDF.bas" module in your project which defines all of the APIs and constants that can be used.
There is a simple working example which you can find in the directory "Simple Image2PDF VB6 example".
Include the "Image2PDF.vb" file in your project which defines all of the APIs and constants that can be used.
There is a simple working example which you can find in the directory "Simple Image2PDF VB.net example".
Include the "Image2PDF.cs" file in your project which defines all of the APIs and constants that can be used.
There is a simple working example which you can find in the directory "Simple Image2PDF Csharp example".
Include the "Image2PDF.cpp" file in your project which defines all of the APIs and constants that can be used.
Include the "Image2PDF.jsl" file in your project which defines all of the APIs and constants that can be used.
Use the "Image2PDF.prg" file in your project which defines all of the APIs and constants that can be used.
Click here to view an alternative Harbour code snippet