Subject: | Error in File.pm & FileAPI.pm |
got error "Malformed PDF file..." when opening a pdf when the EOF line has a trailing space
os = SunOS
line 84 of PDF/API2/PDF/FileAPI.pm (v0.30_77, perl 5.6.0)
line 356 of PDF/API2/Basic/PDF/File.pm (v0.40_59, perl 5.8.4)
line is
if ($buf !~ m/startxref$cr\s*([0-9]+)$cr\%\%eof.*?$/oi)
should be
if ($buf !~ m/startxref$cr\s*([0-9]+)$cr\%\%eof.*?/oi)