Package: xpdf Version: 3.02-12 Severity: important When I open a pdf document with hyperlinks in it, and print that pdf document using xpdf, the borders around the hyperlinks are printed.
The correct behavior is for these borders to appear on screen, but not in printouts. See the attached file for an example. When printed the 1 in "See section 1" should not have any border around it -- it should appear as normal text, and the reader should have no idea there was ever a hyperlink there. -- System Information: Debian Release: 6.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xpdf depends on: ii lesstif2 1:0.95.2-1 OSF/Motif 2.1 implementation relea ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libgcc1 1:4.6-20110105-1 GCC support library ii libpoppler5 0.12.4-1.2 PDF rendering library ii libstdc++6 4.6-20110105-1 The GNU Standard C++ Library v3 ii libx11-6 2:1.3.3-4 X11 client-side library ii libxt6 1:1.0.7-1 X11 toolkit intrinsics library Versions of packages xpdf recommends: ii gsfonts-x11 0.21 Make Ghostscript fonts available t pn poppler-data <none> (no description available) ii poppler-utils 0.12.4-1.2 PDF utilitites (based on libpopple xpdf suggests no packages. -- no debconf information
test.pdf
Description: Adobe PDF document
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\section{Foo}
\label{sec:foo}
\section{Bar}
See section \ref{sec:foo}
\end{document}

