Concatenate function removes text in fields

Hi there,

I am using the concatenate function to join two documents together. I have text in fields on both documents and it always seems to remove the text in the second document when it is joined together. However if I have the second document be on the first page of the merged document then the text appears fine. I have attached the two documents. Can you find you why this is happening and suggest a workaround solution if any?

Thanks

Hi,

Thank you for considering Aspose.

I test it using following code with Aspose.Pdf.Kit v3.1.0.0 and am not able to reproduce the error(results attached).

PdfFileEditor fileEditor = new PdfFileEditor();
fileEditor.Concatenate(@"D:\temppdfs\144878_AppFile_dye.pdf",@"D:\temppdfs\144878_ExplAppFile_dye.pdf",OutPath+"concate.pdf");
//fileEditor.Concatenate(@"D:\temppdfs\144878_ExplAppFile_dye.pdf",@"D:\temppdfs\144878_AppFile_dye.pdf",OutPath+"concate1.pdf");

Please also attach the code snippet you are using if the problem still exists.

Thanks,