EZTwain Pro 3.0 - Using from Perl
Overview Download
Licensing
Features
Code Wizard
Stories
User Guide
EZTwain Pro 3 now includes a complete Perl interface (eztwain.pl) translated automatically from the eztwain.h C/C++ header file, and a small sample program EZTSample.pl. See the EZTwain Pro product page, or download the developer kit and look in the Perl sub-folder. The eztwain.pl uses Aldo Calpini's Win32::API module, which can be installed from CPAN. EZTwain Pro 3 installs all its DLLs into the Windows System folder, which should be sufficient to make them accessible to any Perl script. As always, we strongly recommend starting with a single basic call to EZTwain (TWAIN_Testing123 or TWAIN_AcquireToFilename) - testing that, and adding additional calls one-by-one as needed, to reach the desired behavior. EZTwain is designed to be used in exactly this way. If you wish to redistribute the EZTwain Pro DLLs with an application, or within an organization, see the EZTwain Pro Licensing Page. Please contact Technical Support if you encounter any problems using EZTwain Pro 3. We are committed to resolving such problems promptly. |