I'm trying out Aspose.PDF to see if I can add a header and footer to an existing PDF. I want to create these headers/footers from HTML.
I found PdfFileStamp, which allows me to add a header using FormattedText, but FormattedText doesn't support HTML.
Is there any other way to do this with Aspose.PDF or any of your other components?