Form licence problem

I am using the following code. The concatinated file does not contain the evaluation banner. The form file does. How do I correctly set the license?

Dim lic As New Aspose.Pdf.Kit.License

lic.SetLicense("c:\ite\databinderlibrary\aspose.custom.lic")

Dim pdf2 As New Aspose.Pdf.Kit.PdfFileEditor

pdf2.Concatenate(Environ("TEMP") & "\test.PDF", Environ("TEMP") & "\test.PDF", Environ("TEMP") & "\concat.PDF")

Dim pdf1 As New Aspose.Pdf.Kit.Form(Environ("TEMP") & "\test.pdf", Environ("TEMP") & "\out.pdf")

pdf1.Save()

I can’t reproduce this erro. The license and your code has no problem. Please make sure you are using the latest version of Aspose.Pdf.Kit. If it still won’t work, please send your pdf files to us and let us test it.

Hi,

I am also unable to reproduce this error. Please make sure that you are using 2.6.3.0 of Aspose.Pdf.Kit.

Thanks.