How can i add header and footer to the pdf which is in byte array

hi aspose,

I want to add header and footer to the pdf byte array.

I have converted the pdf into byte array and stored to database . i want to retrive that byte array and attach header and footer to the pdf. which object should i use to add header and footer.

bhaskar.

Hi,

In order modify an existing PDF you will need to use Aspose.Pdf.Kit. For more information please consult [http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Adhere-Text.html ](http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Adhere-Text.html) and [http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Adhere-Image.html ](http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Adhere-Image.html)

Thanks.