About the water mark in the PDF even after having a license.

Last post 08-08-2008, 6:20 PM by forever. 1 replies.
Sort Posts: Previous Next
  •  08-08-2008, 1:26 AM 138890

    About the water mark in the PDF even after having a license.

    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.

     
  •  08-08-2008, 6:20 PM 139043 in reply to 138890

    Re: About the water mark in the PDF even after having a license.

    Hi,

    Thank you for considering Aspose.

    You need to set license for all products. I find you set license for Aspose.Cells but not for Aspose.Pdf.


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
View as RSS news feed in XML