Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It seems bookmarks were added in R6, but the user guide only gives them a passing reference. with a TODO to the author to add an example later.</p> <p>Searching the forums, I found <a href="http://markmail.org/message/cfc4bycnpri6cho6" rel="nofollow noreferrer">this example</a>:</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;bookmarks&gt; &lt;bookmark name="A bookmark" href="#bm" /&gt; &lt;bookmark name="A bookmark 2" href="#bm2" /&gt; &lt;bookmark name="A bookmark 3" href="#bm3" /&gt; &lt;bookmark name="A bookmark 4" href="#bm4" /&gt; &lt;bookmark name="A bookmark invalid" href="#bm99" /&gt; &lt;/bookmarks&gt; &lt;/head&gt; &lt;body&gt; &lt;div style="line-height: 100%; font-size: 12pt; page-break-before: always;"&gt; &lt;a name="bm"&gt;some text&lt;/a&gt; &lt;/div&gt; &lt;div style="line-height: 100%; font-size: 12pt; page-break-before: always;"&gt; &lt;a name="bm2"&gt;some text&lt;/a&gt; &lt;/div&gt; &lt;div style="line-height: 100%; font-size: 12pt; page-break-before: always;"&gt; &lt;a name="bm3"&gt;some text&lt;/a&gt; &lt;/div&gt; &lt;div style="line-height: 100%; font-size: 12pt; page-break-before: always;"&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;some text&lt;/p&gt; &lt;p&gt;&lt;a name="bm4"&gt;and some more text&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;` </code></pre> <p>So it seems that adding bookmarks is no more than declaring the bookmarks in the <code>&lt;head&gt;</code> and referencing them as anchors in the <code>&lt;body&gt;</code>.</p> <p>This should work will with your existing XHTML->PDF conversion without requiring any code changes.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload