Problems GdPicture.NET license keys activation

Questions about GdPicture.NET license agreement.
Post Reply
10risp
Posts: 4
Joined: Wed May 08, 2013 8:03 pm

Problems GdPicture.NET license keys activation

Post by 10risp » Wed May 08, 2013 8:26 pm

Hello!
I acquired a license to the "GdPicture.NET Image SDK" developer, but when trying to use the DELPHI XE4, using the method LoadFromFile class TGdPicturePDF, displays the following message:

GdPicture PDF Plugin: This option has not been unlocked!
Please, unlock it with a trial or a commercial license key by using the RegisterKey() method of the LicenseManager class.
You can get a free 1 month trial license key from
http://www.evalution-gdpicture.com

LicenseManager1 := CreateOleObject('GdPicture9.LicenseManager');
if LicenseManager1.RegisterKey(reg) then
Begin
GdPicturePDFArq := TGdPicturePDF.Create(NIL);
GdPicturePDFDest := TGdPicturePDF.Create(NIL);
GdPicturePDFArq.LoadFromFile(lstArquivos[iConv].ArqPDF,false); ////-----error
GdPicturePDFDest.NewPDF_2(true);
For i := 1 To GdPicturePDFArq.GetPageCount do
GdPicturePDFDest.ClonePage_2(GdPicturePDFArq.DefaultInterface, i);

GdPicturePDFDest.SetAuthor(FAuthor);
GdPicturePDFDest.SetSubject(FSubject);
GdPicturePDFDest.SetTitle(FTitle);
GdPicturePDFDest.SetCreator(FCreator);
GdPicturePDFDest.SetKeyWords(FKeyWords);
GdPicturePDFDest.SetProducer(FProducer);
GdPicturePDFDest.SaveToFile(lstArquivos[iConv].ArqPDFA);
End;

Forgot to tell you, presents the error message, but it continues the process normally.
Last edited by 10risp on Wed May 08, 2013 8:34 pm, edited 1 time in total.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Problems GdPicture.NET license keys activation

Post by Loïc » Wed May 08, 2013 10:40 pm

Hello,

Obviously you've purchased the wrong license. Please contact our sales department through our help-desk that you can reach here: https://www.gdpicture.com/support/getting-support-from-our-team

Kind regards,

Loïc

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest