I have code that successfully populates fields in a pdf from a database, using CAM::PDF. However, the text is invisible. That is, when you open the output pdf, the fields appear to be blank. If you click in a field, you see the text that should be there. When you click away, the text disappears again. The text only appears in the field with cursor.
Anyone else ever see that?
my $pdf = CAM::PDF->new($file);
$pdf->fillFormFields(%form);
$pdf->cleanoutput($outfile);