Welcome Guest Search | Active Topics | Sign In | Register

Next page, Previous page functionality (pagination) Options
Exameron
Posted: Wednesday, February 21, 2018 7:14:34 PM
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!
eo_support
Posted: Thursday, February 22, 2018 7:43:16 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.