<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 - Make it possible to create links in PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105019">105019</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Make it possible to create links in PDF
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </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>pdf backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>ajohnson@redneon.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>federico@gnome.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In librsvg, we have a request to make it possible for SVG's <a
xlink:href="some_url_here"> element to create the corresponding link in PDF
output.

I have no experience at all with the actual PDF format, but from what I could
understand in the spec, one creates links relative to a rectangular region, not
to arbitrary objects.  I don't know if this is correct.

Would it be possible to have some API that only goes to the PDF surface, so
that one could create links?

cairo_pdf_surface_create_link(surf, x, y, w, h, url) - something like that?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>