I have a problem about getting the water mark and evaluation message in the PDF generated even after I purchaswe the Product "ASPOSE.Total"
I have the license file also. I m writing the code. Can any one help me to remove this problem.
---------------------------------------------------------------------------------------------------
Dim FileAdd As String = ds.Tables(0).Rows(j)(0).ToString
Dim
license As Aspose.Cells.License = New Aspose.Cells.License()
Dim kkk As String = Page.Server.MapPath("~/Bin/Aspose.Cells.lic")
license.SetLicense(kkk)
Dim designerFile As String = FileAdd
Dim xmlFile As String = Server.MapPath("~/Files/Test.xml")
Dim wb As Aspose.Cells.Workbook = New Aspose.Cells.Workbook()
wb.Open(designerFile)
wb.Save(xmlFile, Aspose.Cells.FileFormatType.AsposePdf)
Dim pdf As Aspose.Pdf.Pdf = New Aspose.Pdf.Pdf()
pdf.BindXML(xmlFile,
Nothing)
pdf.Save(Server.MapPath(
"~/ImageFile/Claim0.pdf"))
----------------------------------------------------------------------------------------------------
Plz help me to remove this problem.