<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - PDF Export Named Destinations missing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104804#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - PDF Export Named Destinations missing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104804">bug 104804</a>
              from <span class="vcard"><a class="email" href="mailto:jos@vandenoever.info" title="Jos van den Oever <jos@vandenoever.info>"> <span class="fn">Jos van den Oever</span></a>
</span></b>
        <pre>An ODF with <text:bookmark text:name="Test_2"> that is exported to PDF with
'Export bookmarks as named destinations' will get a named destination
'Test5F2'. The character '_' is changed to '5F'.

The named destinations in PDF files can be investigated with qpdf.

qpdf --qdf --object-streams=disable in.pdf out.pdf

This gives e.g.:

```
%% Original object ID: 44 0
1 0 obj
<<
  /Dests 3 0 R
...
%% Original object ID: 29 0
3 0 obj
<<
  /Test5F1 [
    6 0 R
    /XYZ
    56.7
    773.1
    0
  ]
  /Test5F15F1 [
    6 0 R
    /XYZ
    56.7
    736.2
    0
  ]
```

The destinations that LO writes out are points on pages (/XYZ). One could point
to rectangles by using /FitR instead of /XYZ. Such a rectangle cannot span page
boundaries.</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>