<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sensitivity lost on hyperlinks"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102881">102881</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Sensitivity lost on hyperlinks
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cairo backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alt.bi-5h84u8i@cool.fr.nf
          </td>
        </tr></table>
      <p>
        <div>
        <pre>If pdftocairo is used to convert a PDF to an SVG, all clickable hyperlinks in
the PDF document are lost in the target SVG file. The SVG produced by
pdftocairo shows only the text of the link's label. This is the sample LaTeX
code that was used to create the PDF:

\documentclass[12pt,pdftex]{minimal}
\usepackage[margin=0mm,nofoot,a5paper,pdftex]{geometry}
\usepackage[active,tightpage]{preview}
\usepackage{hyperref}

\begin{document}
\begin{preview}

\href{<a href="https://github.com/lambdafu/poppler/issues/1}{arbitrarylink">https://github.com/lambdafu/poppler/issues/1}{arbitrarylink</a>}

\end{preview}
\end{document}

Versions:

$ pdflatex -v
pdfTeX 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian)
kpathsea version 6.2.1dev
Copyright 2014 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Compiled with libpng 1.6.13; using libpng 1.6.13
Compiled with zlib 1.2.8; using zlib 1.2.8
Compiled with poppler version 0.26.5

$ pdftocairo -v
pdftocairo version 0.26.5
Copyright 2005-2014 The Poppler Developers - <a href="http://poppler.freedesktop.org">http://poppler.freedesktop.org</a>
Copyright 1996-2011 Glyph & Cog, LLC</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>