nimpdf
nimpdf copied to clipboard
any way to add page numbers on existing PDF file page?
I have searched solution for python, 2 ways to add page numbers (with custom position, font name, font size) involving in opening existing PDF file as template. I have glimpsed nimpdf but found that it only creates PDF from scartch so there is no way to add page numbers to existing PDF file till now, did I miss something?
- way 1, draw text on separated pages
- way 2, read page from
watermark.pdfthen add it to separated pages
no, nimPDF is a PDF writer. What you asked for require a PDF parser with PDF manipulation capability. but probably you could try muPDF, I never tried it for adding page number, but it has numerous tools to manipulate existing PDF file.