Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
wrong license key? |
Post Reply |
Author | |
sko
Team Player Joined: 13 Feb 19 Status: Offline Points: 33 |
Post Options
Thanks(0)
Posted: 10 Dec 19 at 1:56PM |
Hi, We ordered the update and installed it. We got a license key. We set name and license key in foxit_quick_pdf_library_1711_en.exe The example: procedure TForm1.Button1Click(Sender: TObject); var PDFLibrary: TDebenuPDFLibrary1711; UnlockResult: Integer; begin PDFLibrary := TDebenuPDFLibrary1711.Create; try UnlockResult := PDFLibrary.UnlockKey(Edit1.Text); Label1.Caption := PDFLibrary.LicenseInfo; if UnlockResult = 1 then begin PDFLibrary.DrawText(100, 500, 'Hello from Delphi'); PDFLibrary.SaveToFile('C:\Temp\HelloFromDelphi.pdf'); end else begin ShowMessage('Invalid license key'); end; finally PDFLibrary.Free; end; end; always shows "invalid license key" Is it not possible to update from 1312 to 1711 or what is wrong? Help please! Stefan
|
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Stefan,
directly after UnlockKey you should use LastErrorCode: https://www.debenu.com/docs/pdf_library_reference/LastErrorCode.php You've bought the update and got additionally a license key... Is it a test key or the key for the full version? Did you try the license key from your old 13.12-version, too? |
|
Cheers,
Ingo |
|
sko
Team Player Joined: 13 Feb 19 Status: Offline Points: 33 |
Post Options
Thanks(0)
|
I am so sorry! I changed key for Android with key for Windows All works fine now! Ciao Stefan
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store