"Evaluation Only...." when create pdf form

Can you tell me how come when I create the PDF form. there is an message on the top of the page saying “Evaluation Only. Created with ASpose.pdf.form…” please help. thx

You need to purchase the component to remove the “Evaluation Only” header image. After you purchase Pdf.Form, Aspose will send you a license file (as XML) and you can use the License class to license the component.

Dear jyuen,

Thanks for considering Aspose.
Just do as cohenn said, you would move the message.

cohenn, Thank you very much for your useful answer.

Best regards.

Ken,
I did purchased the pdf.form.

I purchased both pdf.form and barcode together approx 2 month ago. When I first create the pdf form, I don’t have that message, Only the PDF that I generate this week have it. Also for some reason. i am able to

Dim license As Aspose.BarCode.License = New Aspose.BarCode.License
License.SetLicense(“c://Aspose.Custom.lic”)

But I cannot
Dim License As License = New License
License.SetLicense(“c://Aspose.Custom.lic”)

Dear jyuen,

Thanks for considering Aspose.

1) When you use multiple Aspose products in one project, you should add the full namespace just like the following:

Dim License As Aspose.Pdf.Form.License = New Aspose.Pdf.Form.License
License.SetLicense(“c://Aspose.Custom.lic”)

2) Every product should have its own license file. Please check if you set the right license file for every product.

Best regards.