Hi Aspose,
I am using Aspose.Pdf version 9.7.0.0. I am trying to insert a pdf pages on another pdf using following code
pdfDocument.Pages.Insert(item.InsertAtPage, item.Document.Pages);
but one of the page of item.Document.Pages (which is pdf document pages) has embedded signature on it, which throws an exception:
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
If pdf file does not have embedded signature, it works fine. Can you please help me how to resolve this problem?
Regards
Yasser Ahsan