I am trying to add a stamp on a generated pdf document using a template.
How can I replace pdfDocument with the generated 1
Document pdfDocument = new Document(dataDir+ “Statement.pdf”);
I am trying to add a stamp on a generated pdf document using a template.
How can I replace pdfDocument with the generated 1
Document pdfDocument = new Document(dataDir+ “Statement.pdf”);
This topic has been moved to the related forum: https://forum.aspose.com/t/create-a-stamp-on-a-generated-document/212642