[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 07:10:40 PST 2008


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


colbrac at xs4all.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.xs4all.nl/~pgzd/p|
                   |df-links/example.pdf        |




--- Comment #3 from colbrac at xs4all.nl  2008-01-23 07:10:39 PST ---
Possible work around for latex:

Instead of:
\usepackage[
        colorlinks={false},
        pdfborder={000},
        ]{hyperref}

Use:
\usepackage[
        colorlinks={true},
        linkcolor=black,
        citecolor=black,
        filecolor=black,
        urlcolor=black,
        ]{hyperref}

So instead of no color links and a white border, use colorlinks (which
automatically disables the border) and define all colors as being black.
Tested with pdftex on windows (miktex 2.6) and linux (texlive-full, ubuntu
7.10).


-- 
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