Hi,
PdfFileStamp does not work on all pdf.
It works fine for pdf that are generated through Aspose.
Code:
PdfFileStamp fileStamp = new PdfFileStamp();
// Open Document
fileStamp.bindPdf(sourceName);
// Create stamp
…...setYIndent(48); // rotate stamp textStamp.setRotate(Rotation.on90); //...Name); imageStamp.Rotate = Aspose.Pdf.Rotation.None; imageStamp...