Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
At this point the PDF report output that I'm creating has gotten pretty complex and uses a combination of html to pdf as well as ACM blocks, rendered multiple times.
As a final step, I loop over each PDF page and add page number and a few other things. I'd like to be able to include a < last, next > type functionality to jump between neighbouring pages.
Is there an 'easy' way to do this?
thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Have you tried to format another HTML string with anchors and forced page breaks? You would then just use HtmlToPdf.ConvertHtml(html, doc) to overlap the new paging links over the previous result PdfDocument that already contains the main content.
|