Combinging documents- removing page numbers and renumbering

I’m interested in combining 2 PDF documents, removing existing page numbers, and renumbering the pages in the resulting document as 1 of 10, 2 of 10 etc where 10 is the number of total pages in the combined document. Is this functionality supported in Pdf.Kit?

Thanks, Jeff

Hi Jeff,

For information on combining PDF documents, please refer to PdfFileEditor.Concatenate methods; for adding page numbers, you could use PdfFileStamp.AddPageNumber, by which the existing page numbers could also be covered.

Thanks,