[Poppler-bugs] [Bug 13417] Links in document are highlighted in red while different link color specified

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 23 14:26:33 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=13417





--- Comment #7 from colbrac at xs4all.nl  2008-01-23 14:26:31 PST ---
You are correct! Spaces are a necessity. Thanks for the swift response. This
saved me another non-bug bugreport which was reported save the account creation
process. :P

So for all people wandering by:
The short way to have invisible links in your document:
\usepackage[
        colorlinks={false},
        pdfborder={0 0 0}
        ]{hyperref}
mind the spaces in {0 0 0}!!!
Longer solution which allows for coloring specific link types:
\usepackage[
        colorlinks={true},
        linkcolor=black,
        citecolor=black,
        filecolor=black,
        urlcolor=black,
        ]{hyperref}
which defaults to no border so no pdfborder option needed.

Once again thanks for the help guys!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list