Edit Pdf file and Add Text paragraph at the begining

Hi

I have been searching whole day for a way to add Text as new paragraph at the begining of PDF file.

I cant use Aspose.Pdf.Pdf because I cant add sections when I have loaded already created pdf file.

however using Aspose.Kit.PdfFileStamp creates Text that is ON TOP of the other text/data.

I want to INSERT text in the begining of the pdf not place it on top.

Is there any way for that?

Thanks in advance

Hi Daniel,

Thank you very much for considering Aspose.

You can add some text in a PDF file using AddText method of PdfFileMend class in Aspose.pdf.Kit. However, this method can add text at the specified location, but it will move the other text forward etc. It’ll just add the text at some particular location.

I hope this helps. If you have any further questions, please do let us know.
Regards,