Starting with a pdf

I am currently doing some work for a client in which we start with a pdf and from there write text ontop of it.



How do I load the pdf and proceed to write ontop of it.



Brandon

Thanks for considering Aspose.

You cannot directly write texts on top of Pdf files using Aspose.Pdf but create Pdf files throught XML or API.

You can use Aspose.Pdf.Kit to add text into existing Pdf document. Please refer to Working with Text in PDF using C#|Aspose.PDF for .NET.