Is it possible to add header/footer while concatenating two PDF files?

Hi,

As the subject of my post says : Is it possible to add header/footer while concatenating two PDF files ?

I would like to numbered my PDF document.
Does Aspose.Pdf.Kit is able to do that ?

Thanks,

Q.

Hi Quentin,

I would like to inform you that Aspose.Pdf.Kit allows you to concatenate and add header/footer to a PDF file; however, these operations can be performed as separate steps. For example, you can first concatenate all of your PDF files using Concatenate method and then you can add header and footer using AddHeader and AddFooter methods respectively.

I hope this helps in your scenario. However, if it doesn’t satisfy your requirement then please elaborate a little bit, so we would be able to help you out.
Regards,