Revision history for Perl extension PDF::Reuse.
0.01 Thu Apr 3 12:21:26 2003
- original version; created by h2xs 1.22 with options
-AX -n PDF::Reuse
0.02 Fri Apr 25 20:49:50 2003
- I had to put all PDF documents and generated modules used in the examples
in a zipfile, to hide them from the normal processing around the upload to CPAN.
0.03 Tue Apr 29 16:50:00 2003
- Corrected an error that occured when a form was used many times in different
documents. (Translation of old => new object number)
- Some preparations for using PDF::Reuse as an COM-object (ActiveX object)
(In version 0.02 of PDF::Reuse::Tutorial there will be examples)
0.05 Wed May 21 15:45
Tried to make the module backwards compatible with Perl 5.6.1
Changed use 5.008 to use 5.006, constants are individually defined and
AutoLoader is used instead of SelfLoader.
0.06 Mon Jun 2
Corrected a bug in prText: when you tried to print '0' it was transformed
to ''. Minor changes to the barcode font. Changed documentation referring
to GD::Barcode and the modules in that group