Launchpad has imported 3 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=75232.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-02-19T23:09:00+00:00 Roland Dreier wrote:

I've found that the version of poppler in current Ubuntu 14.04 (I have
poppler-utils 0.24.5-2ubuntu1) has perhaps become too strict and won't
parse PDF files that work fine in other readers.  For example with the
SPC-4 SCSI spec available from http://www.t10.org/cgi-
bin/ac.pl?t=f&f=spc4r36q.pdf , I get:

$ pdfinfo spc4r36q.pdf 
Syntax Error: Couldn't find trailer dictionary
Syntax Error: Couldn't read xref table

However, the built-in firefox PDF renderer works with that file, as does
mupdf.  Both seem to be able to render the whole document and don't
produce any warnings etc.

Reply at: https://bugs.launchpad.net/poppler/+bug/1282151/comments/3

------------------------------------------------------------------------
On 2014-02-19T23:52:47+00:00 Albert Astals Cid wrote:

The file is very broken, Adobe Acrobat for Linux won't open it either.
We can relax one of the checks and open it, but I am not sure if it will
break other files.

Basically the problem is that the linearization dict length and the file
length do not match, if i comment that check in PDFDoc::isLinearized all
works, but i am scared it may break some other files.

OTOH the pdf spect says it may happen that linearization dict length and
the file length do not match and speaks about how to recover, but...

Hib, what's your opinion shall we relax that check in
PDFDoc::isLinearized and run a regtest ?

Or maybe turn it into at least an isOk that checks all the mandated
fields of the dict are there?

Reply at: https://bugs.launchpad.net/poppler/+bug/1282151/comments/4

------------------------------------------------------------------------
On 2014-02-20T00:04:09+00:00 Albert Astals Cid wrote:

Created attachment 94392
Patch for the issue

Actually this seems it should be pretty safe since we're only relaxing
the condition if all failed. Hib, comments?

Reply at: https://bugs.launchpad.net/poppler/+bug/1282151/comments/5


** Changed in: poppler
       Status: Unknown => Confirmed

** Changed in: poppler
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1282151

Title:
  evince won't open PDF files other readers can handle

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/1282151/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to