Hello
I have purchased temporary license file, but still evaluation message print on the document. I am using following code in asp.net .
Dim licenseFile As String = MapPath("bin") & "\Aspose.Pdf.Kit.lic"
If System.IO.File.Exists(licenseFile) Then
Dim license As Aspose.Pdf.Kit.License = New Aspose.Pdf.Kit.License
license.SetLicense(licenseFile)
End If
Dim doc As Aspose.Words.Document = New Aspose.Words.Document(DocumentPath)
'Converting to PDF
doc.Save("C:\test.pdf")
Any help ?
Regards