Comb of characters fill field after concatenate issue

Hello,

Can you take a look at this problem and tell me if there is something I am doing wrong with either the concatenate or the fill field call? After I do the concatenate and fill the field, it does not show in the resulting document unless the field is in focus.

Aspose.Pdf.Facades.PdfFileEditor editor = new Aspose.Pdf.Facades.PdfFileEditor();
editor.KeepFieldsUnique = false;
editor.Concatenate("c:\\temp\\original.pdf", "c:\\temp\\original2.pdf", "c:\\temp\\Concatenate.pdf");

Aspose.Pdf.Facades.Form form = new Aspose.Pdf.Facades.Form();
form.BindPdf("c:\\temp\\Concatenate.pdf");
form.FillField("COMB", "1234567");
form.Save("c:\\temp\\Filled.pdf");

Thanks.

Hi Brandon,


Thanks for contacting support.

I
have tested the scenario and I am able to notice the same problem. For the sake
of correction, I have logged this issue as
PDFNEWNET-35086 in
our issue tracking system. We will further look into the details of this problem
and will keep you updated on the status of correction. Please be patient and
spare us little time. We are sorry for this inconvenience.