[Poppler-bugs] [Bug 102698] New: PDF bookmarks off by one

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 13 08:49:23 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102698

            Bug ID: 102698
           Summary: PDF bookmarks off by one
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: psychonaut at nothingisreal.com

Created attachment 134194
  --> https://bugs.freedesktop.org/attachment.cgi?id=134194&action=edit
Sample file showing bookmark bug

In some PDF documents (in particular, those produced with the LaTeX Powerdot
class using a certain page size), the internal page bookmarks are all off by
one.  Take the attached document test.pdf as an example.  Regardless whether
you use the document's own hyperlinks in the left-hand column of the page, or
the PDF table of contents exposed by the PDF viewer, clicking on "A" takes you
to slide "B", "B" takes you to slide "C", and "C" takes you to slide "D".

This problem occurs only when viewing the document with Poppler-based viewers,
such as Okular and Evince.  Readers such as Adobe Acrobat Reader DC are not
affected.


Reproducible: Always

Steps to Reproduce:
1. Open the attached document test.pdf and click on the "A", "B", or "C" links
in the left-hand column of the page or in Okular's table of contents.

Actual Results:  
2. Clicking on "A" takes you to slide "B", "B" takes you to slide "C", and "C"
takes you to slide "D".

Expected Results:  
2. Clicking on "A" should take you to slide "A", "B" to slide "B", and "C" to
slide "C".


The document was created using an up-to-date TeX Live 2017 system and
Ghostscript 9.21's ps2pdf:

$ cat >test.tex
\documentclass[paper=smartboard]{powerdot}
\listfiles
\begin{document}
\begin{slide}{A}\end{slide}
\begin{slide}{B}\end{slide}
\begin{slide}{C}\end{slide}
\begin{slide}{D}\end{slide}
\end{document}

$ latex test;latex test;dvips test;ps2pdf test.ps
$ okular test.pdf

The problem may have something to do with the page size. The problem does not
occur when "smartboard" is changed to "screen", "a4paper", or "letterpaper". 
Looking at the Powerdot source code, it doesn't seem that Powerdot itself uses
the page size to determine how the bookmarks are set.

Downstream report: https://bugs.kde.org/show_bug.cgi?id=370949

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170913/f9fc79dc/attachment.html>


More information about the Poppler-bugs mailing list