Skip to main content
Known Participant
November 13, 2022
Question

Insert just page count in Acrobat

  • November 13, 2022
  • 1 reply
  • 279 views

I have a rather niche use case where I just need to insert the page count into the header/footer in Acrobat. I dont need the page number. Can I do this?

This topic has been closed for replies.

1 reply

Nesa Nurani
Community Expert
Community Expert
November 13, 2022

You just want to show number of pages in a file?

Create text field and as custom calculation script use this: event.value = this.numPages;