www.PDF-Analyzer.com
Ingo Schmoekel - Software-Dev.& Distribution

* Start

* Products
* Ordering
* Download
* Links
* Contact
* References


FromImage2PDF - A dll for your pdf-files... Royalty free!

How to use the dll...

In the test-package (zip) there are already sample projects for Delphi 5 and Visual Basic 6.0  included. For all the C++ developers here's a sample project working with another dll of mine but the main handling is the same for all of my dlls:

C++ Project

Not really a mainstream devtool but it works with my dlls, too: Here's a sample project made with PowerBuilder 8.0 using my PDFtext.dll. The project includes workspace, target, library, a readme-file and a screenshot of the sample project:

PowerBuilder 8.0 Project

About installation and working with the dll...
This dll doesn't have an entry point so it's not necessary to register it.
Only copying into the system32-directory or in the directory where your application is installed.
If you're using vba (from ms access or excel for example) you should declare the functions as private and not public.
Using .NET-environments (like MS Visual Studio) it's often better (to avoid stack errors) to change the parameter-types from longinteger to integer or int32 (vb2005/vb2008) or UInt32 (C#).