Skip Menu |

This queue is for tickets about the PDF-API2 CPAN distribution.

Report information
The Basics
Id: 11137
Status: resolved
Priority: 0/
Queue: PDF-API2

People
Owner: Nobody in particular
Requestors: colding [...] dpw.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.3r77
Fixed in: (no value)



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)