Subject: | Can't Set Field Value |
PDF::Reuse v0.22
ActiveState Perl 5.6.1
Windows 2000 SP4
When I run the following code against the attached PDF, the corresponding field in the output PDF isn't set.
use strict;
use PDF::Reuse;
prDocDir('.');
prFile('output.pdf');
prDoc('acord_75.pdf');
prField('InsuredAddress', "11 South LaSalle");
prEnd();
Is there something wrong with the PDF?
Message body not shown because it is not plain text.