How to remove VPE "Demo"-Watermark?

Knowledge exchange related to the VPE Report Engine and PDF Library

Moderator: IDEAL Software Support

How to remove VPE "Demo"-Watermark?

Postby DerStefan » Wed Mar 25, 2015 2:56 pm

I've installed VEP 3.6 Enterprise on my locale devolper-PC - and on our developement-Server.
We are using Visual Studio 2013/VB.net/.NET 4.0 - and on the Server W2k3/.NET 4.0

Allthoug we have installed the license on both machines, we get always the PDF with the watermark. How can we remove the watermark?


Code: Select all
    Public Shared Function HelloWorldPDF(ByVal _path As String) As Guid

        Dim g As Guid
        g = Guid.NewGuid

        Dim vpe As New IDEALSoftware.VpeProfessional.VpeControl

        vpe.OpenDoc()
        vpe.PageFormat = IDEALSoftware.VpeWebProfessional.PageFormat.A4
        vpe.PageOrientation = IDEALSoftware.VpeWebProfessional.PageOrientation.Portrait
        vpe.PageWidth = 2100
        vpe.nBottomMargin = 2960

        vpe.Write(100, 100, vpe.nFree, vpe.nFree, "Hello World")
        Dim savePath As String = _path + "\" + g.ToString() + ".pdf"

        vpe.WriteDoc(savePath)
        vpe.CloseDoc()


        Return g

    End Function


Tnx

Stefan
DerStefan
 
Posts: 1
Joined: Wed Mar 25, 2015 2:52 pm

Re: How to remove VPE "Demo"-Watermark?

Postby romelwell » Wed Mar 25, 2015 4:14 pm

We are also experiencing the same behavior today...
romelwell
 
Posts: 2
Joined: Wed Mar 25, 2015 4:07 pm

Re: How to remove VPE "Demo"-Watermark?

Postby IDEAL Software Support » Thu Mar 26, 2015 11:49 am

First of all, please note that VPE v3.60 is from the year 2004 and no longer supported. Its .NET code is for example based on the .NET 2.0 framework. If this should cause any issues with .NET 4.0, we won't fix it. VPE v3.x is also known to have issues with Windows Vista and any higher Windows versions.

Regarding licensing with .NET, please see our open source article at http://www.idealsoftware.com/opensource/net-licensing.html.
IDEAL Software Support
 
Posts: 1621
Joined: Thu Nov 18, 2004 4:03 pm

Re: How to remove VPE "Demo"-Watermark?

Postby ctm5000 » Wed Apr 01, 2015 9:57 pm

In the licenses.licx from your help under http://www.idealsoftware.com/opensource ... nsing.html
is the text ...IDEALSoftware.VpeStandard, Version=3.60.0.0, Culture=neutral...
(also when i have installed the new version 7.03)

Where is an actual file licenses.licx?
ctm5000
 
Posts: 2
Joined: Wed Apr 01, 2015 9:11 pm

Re: How to remove VPE "Demo"-Watermark?

Postby IDEAL Software Support » Thu Apr 02, 2015 7:50 am

The licx file is sufficient to trigger the licensing.
IDEAL Software Support
 
Posts: 1621
Joined: Thu Nov 18, 2004 4:03 pm


Return to VPE Open Forum

Who is online

Users browsing this forum: Google [Bot] and 8 guests

cron