Page Elements Missing After Pages.Add

I need to move source pages into a destination document. One source page consist of a form and the entered values. The resulting destination page contains only an image of the signature and an entered date. All the elements from the base form are missing. The source PDF reports it is version 1.6.

Aspose.Pdf.Document pdfSource = new Aspose.Pdf.Document(item);

pdfTarget.Pages.Add(pdfSource.Pages);

How can I get the full, visually unaltered, page into the destination?

@varsoil

Thank you for contacting support.

Would you please share source and generated files with us so that we may try to reproduce and investigate this. Before sharing requested data, please ensure using Aspose.PDF for .NET 18.7 in your environment.

Yes, I am using Aspose.PDF for .NET 18.7. I do not have a source document without PII that can be shared.

I found the solution. The source PDF contained a digital signature issued from eSignLive. Once the eSignLive certificate was added to the server, Aspose.PDF was able to image the page properly.

@varsoil

We are glad to know that your issue has been resolved. Please keep using our API and in event of any further query, feel free to ask.