Dear all, I am evaluating Aspose.PDF, how to insert a watermark into existing .PDF .. I am trying to use codes below, but no luck:
private void createSignedPDF(string originalfolder, string filename, string signedfold…...//get the page where image needs to be added Page page = pdfDocument...pdfDocument.Pages[pdfDocument.Pages.Count]; //load image into stream...