166
Views
4
Comments
Solved
[Ultimate PDF] Page Number and Page Count per section
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

Hi,

It's possible to have the Page Number and Page Count per section?

Thanks,

Pedro

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Pedro.

Yes, you can achieve that by using the SectionBreak block with RestartPageNumbers = True. Make sure you place this block between two PrintLayout blocks like the following:


2021-06-02 20-50-04
Márcio Carvalho

Hey!

Do you mean to insert the page number on each page? and have the page count too?

https://www.outsystems.com/forums/discussion/66698/how-to-use-page-number-and-count/

Regards,

Márcio

2015-09-28 00-04-44
Pedro Coelho

Hi Márcio,

I want to use the page number and page count on each page, so far so good, what I wanted was to reset the numbers for each section, for example for 5 pages:

  • Page 1 of 3
  • Page 2 of 3
  • Page 3 of 3 (SectionBreak)
  • Page 1 of 2
  • Page 2 of 2

Regards,

Pedro

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Pedro.

Yes, you can achieve that by using the SectionBreak block with RestartPageNumbers = True. Make sure you place this block between two PrintLayout blocks like the following:


2015-09-28 00-04-44
Pedro Coelho

Hi Leonardo,

Right in front of my eyes :) thank you for your help.

Pedro

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.