Skip to main content
June 15, 2023
Question

Add page number in PDF after or while merging

  • June 15, 2023
  • 2 replies
  • 0 views

I am generating multiple pdfs from html asynchronously. After all pdf are generated I am merging them using the merge pdf plugin. Is there a way to provide the page number after merging or while merging pdfs?

2 replies

mathieud0001
June 15, 2023

Yes, its possible with PDF tools.

Get the page count using the Get PDF metadata function and then simply put the page number at the appropriate coordinates and page using the Create PDF Content Smart Service.

June 19, 2023

Thanks, it works as expected.