Comment 16 for bug 125498

Revision history for this message
In , Eugen Dedu (eugen-dedu) wrote :

Hi,

This comes from the fact that the index has entries which do not point
to page numbers. For ex. in the first attached doc, the problem comes
from the last entry, Stichwortverzeichnis. In the 2nd, from CERIAS...

To check this, you can put before line glib/poppler-document.cc:1054
(from trunk) the line:
     printf ("alfa title=%s, link_action=%p\n", title, link_action);
you will see that link_action is null for the titles I specify above.

I do not know if this is a document error, I am trying to read the pdf
reference. I ask myself if the index is found in the pdf file, or it
is automatically generated by poppler, in the latter case being a bug of
poppler. Do someone know the answer?

Greetings,
Eugen Dedu