Hey guys, before you guys say anything I have searched and can not find specific information on what I am looking for.
I am looking to display a PDF in my winform application without dependancy. I know of a library (open source) that does this however, it is old. What I mean is that I want the render to be using the latest (or somewhat newer) specification for PDF. Two things I am mainly looking for is bookmarks (which this library supports) and clickable links (like the table of contents) which this library does not support.
I am not a very advanced programmer so if you give me Ghostwriter + PDFsharp or itextpdf or something like that, i can not put together what I need and in time also. So I am looking for links to libraries (open source please) that do this for me.
My alternative is to just use a webbrowser control and set the URL to the pdf but I am looking for something without this dependancy.