ArthurHub / HTML-Renderer

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
https://htmlrenderer.codeplex.com/
BSD 3-Clause "New" or "Revised" License
1.27k stars 531 forks source link

HTMLRenderer PDF Bookmark Support #32

Open mrosenexient opened 9 years ago

mrosenexient commented 9 years ago

We're looking into using htmlrenderer for our solution and so far we love it, but so far we're unsure of how to add support for bookmarks in pdf. I saw that PDFsharp had it, but I wasn't sure if you also supported it or if you knew of a way to access that functionality.

ArthurHub commented 9 years ago

It is not currently supported, to add it manually I would look how "HandleLinks" works, probably it is a special type of link and the code in "HandleLinks" could point you how to find tha target of the bookmark link.