<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enumerate PDF named destinations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97262#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enumerate PDF named destinations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97262">bug 97262</a>
              from <span class="vcard"><a class="email" href="mailto:trueroad@trueroad.jp" title="Masamichi Hosoda <trueroad@trueroad.jp>"> <span class="fn">Masamichi Hosoda</span></a>
</span></b>
        <pre>I'd like to iterate all named destinations in a PDF.

If you use Ghostscript for the PDF file size reduction, Ghostscript does not
preserve named destinations.
I'm making a tool that can extract named destinations as PDFmark from PDF.
You can get the small PDF that has preserved them by using the tool.

Current poppler does not have public interface for iterating named
destinations.
I've tried to access the private members by ugly tricky way.
<a href="https://github.com/trueroad/extractpdfmark">https://github.com/trueroad/extractpdfmark</a>

It could iterate all named dest.
But it uses ugly tricky way.

So this patch adds these interfaces to `Catalog` class.

If you accept this patch, I'll create glib frontend API patch which uses these
interfaces.
Then, I'll create the tool which uses the glib frontend API.</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>