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!
Unlock |
Post Reply |
Author | |
Chris62
Beginner Joined: 09 Nov 23 Location: Germanay Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 09 Nov 23 at 11:34AM |
Hello, If I want to unlock the QPDF with my key, I get an error message and a crash: Runtime Error 217 at 13D0DC31 Here is the Source of VB6: Dim LizenzKey As String LizenzKey = "ji3xxxxxxxxxxxxxy" Set QPdf = New DebenuPDFLibraryAX1312.PDFLibrary If QPdf.UnlockKey(LizenzKey) = 0 Then Exit Sub '*here is crashing! Please help me Thanks Chris
|
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Chris :)
Here's a complete sample perhaps this will give you an idea how to solve this issue. Cheers and welcome here, Ingo Dim ClassName Dim LicenseKey Dim FileName ClassName = "DebenuPDFLibraryAX1011.PDFLibrary" LicenseKey = "..." 'SET YOUR LICENSE KEY HERE... FileName = "c:\hello-world.pdf" Dim QP Dim Result Set QP = CreateObject(ClassName) Result = QP.UnlockKey(LicenseKey) If Result = 1 Then MsgBox "Library version: " + QP.LibraryVersion MsgBox (QP.LicenseInfo) Call QP.DrawText(100, 500, "Hello world from Visual Basic 6.0.") If QP.SaveToFile(FileName) = 1 Then MsgBox "File " + FileName + " written successfully." Else MsgBox "Error, file could not be written." End If Else MsgBox "Invalid license key. Please set your license key by editing this file." End If ---------- Once you've downloaded and installed Quick PDF Library please register (using regsvr32.exe) the file shown below. * DebenuPDFLibraryAX1011.dll By default located at: C:\Program Files\Quick PDF Library\ActiveX\DebenuPDFLibraryAX1011.dll Note: if you're using 64-bit Windows then look in the "Program Files (x86)" directory. Edited by Ingo - 10 Nov 23 at 5:41PM |
|
Cheers,
Ingo |
|
Chris62
Beginner Joined: 09 Nov 23 Location: Germanay Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Hello,
thank you very much for your help :-) Great I'm glad that there are still competent people who help others. I appreciate very much. I solved the problem: The AXDLL was registered in the system directory (SysWOW64). That's why it didn't work in the VB6 IDE, where the DLL must be in the program directory? As a compiled EXE it works everywhere, except within the IDE! Can I actually buy newer versions of DEBENU ActiveX? Or has all further development stopped? Thank you Chris
|
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Seems to me that you've made the first big steps into development - congrats ;-)
You won't be able to buy newer versions of the library since beginning of 2023. Debenu - the publishers of QuickPDF - were merged into the Foxit-team. First time development was still active... support was less active... now Foxit is concentrating entirely on its own products. The aim was probably to remove the competitor from the market. Anyway... version 13.12 is already a stable version with much functionalities and it depends on your needs if it's usefull for you. |
|
Cheers,
Ingo |
|
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