I am trying to use Merger for COM/ActiveX with in my program, but not matter what I do there is a watermark in the output on the client machines. It works great on my development machine. I've tried both deploying the DynamicPDF.dat file into the same folder as the DLL, and using the AddLicense method using the code below:
Set objLic = New DynamicPDF.Licensing
If objLic.LicensesAdded < 1 Then
objLic.AddLicense "My license key"
End If
Set objDoc = New DynamicPDF.Document
After the "objLic.AllLicense" call LicensesAdded reports 1, but there is still a watermark on the PDF file that is created.
Thanks for any help,
Cary Fleming
United Systems Technology, Inc.