<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - PDF page labels not shown properly"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61034">61034</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>PDF page labels not shown properly
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gpoo@gnome.org
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>glib frontend
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=75015" name="attach_75015" title="PDF test case">attachment 75015</a> <a href="attachment.cgi?id=75015&action=edit" title="PDF test case">[details]</a></span>
PDF test case
This bug was reported in <a href="https://bugzilla.gnome.org/show_bug.cgi?id=680766">https://bugzilla.gnome.org/show_bug.cgi?id=680766</a>
"Evince doesn't show page labels correctly. The attached PDF contains the
statement
/PageLabels<</Nums[0<</S/a>>1<</S/r>>]>>
which indicates that the first page's label is "a", and the second page's label
is "i". However, for the first page, evince shows an empty label, for the
second page it correctly shows "i". It might be a bug in poppler and not
evince. Not sure about that.
The latex code to create the attached PDF file:
\pdfcompresslevel 0
\pdfobjcompresslevel 0
%\listfiles
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\pagenumbering{alph}
Test
\newpage
\pagenumbering{roman}
Test
\end{document}
"
When I open the PDF file with poppler-glib-demo and I try to get the
information for each page, I only get the Page Label for the second page ('i'),
but the first one is empty.
I do not know whether this problem is specific to the glib fronted or is
general.
FWIW, I tested it with poppler master (df35562)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>