<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>What's the simplest way to create a PDF page with internal links and anchors using PmWiki?</div><div><br></div><div>I'd like to create a standalone PDF document, which contains a list of page summaries and sections extracted from the pages in my wiki, with each item cross referencing the others. For example, if my wiki's Apple page refers to the Fruit page, I'd want to end up with a PDF that looks like:</div><div><br></div><div>Apple - Summary of the apple page. See also: <span class="Apple-style-span" style="text-decoration: underline;">Fruit</span></div><div><span class="Apple-style-span" style="text-decoration: underline;"><br></span></div><div>[..1000 lines later...]</div><div><span class="Apple-style-span" style="text-decoration: underline;"><br></span></div><div>Fruit - Summary of the fruit page.&nbsp;</div><div>etc.</div><div><br></div><div>A reader who clicks on "Fruit" would go to the Fruit line.</div><div><br></div><div>I know how to cut and paste my current PmWiki page into an Open Office document, and then print that as a PDF. That gives me what I want except that the links all reference the online wiki. I want links that reference anchors on the PDF page itself.</div><div><br></div><div>I'm using pagelist and my own local template to create my page, so I have control over what appears on it.&nbsp;I'd be happy to put into that local template whatever code is needed to create the internal links and anchors.</div><div><br></div><div>Or I'd be happy to copy the page into Open Office and do a global replace there to make everything resolve correctly. As long as I end up with a standalone PDF document whose links work.&nbsp;</div><div><br></div><div>Randy</div></body></html>