mattki

Results 7 comments of mattki

First of all thanks Gmanny for the great library. I tried following in mattstermiller's footsteps to use SimplePechkin in my VS 2012 C# .NET web app project and had the...

Without the separate AppDomain I get an AccessViolationException thrown on calling the convert method with detail "Attempted to read or write protected memory" - weird since I create a new...

Headers and footers using any of the approaches below work for me. objConf.Footer.SetHtmlContent(url) objConf.Footer.SetLeftText("[page]"); objConf.Footer.SetTexts("[page]","[date]","[time]") You can try an HTML-based header (first method above). You can use an html template...

I'm having the same issue. I got around it by using html header/footer - you can just add a couple of times in the html to increase the vertical height...

Headers and footers using any of the approaches below work for me (although I haven't tried the nuget test app). objConf.Footer.SetHtmlContent(url) objConf.Footer.SetLeftText("[page]"); objConf.Footer.SetTexts("[page]","[date]","[time]") Perhaps you can try an HTML-based header...

For anyone wondering, I think the bookmarks are generated from h1 and possibly h2 tags throughout the HTML document. In the footer and header text [section] and [subsection] placeholders correspond...

Thanks stirrblig, that worked for me in visual studio 2012