Print Page | Close Window

How to unlocking the library

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3895
Printed Date: 26 Apr 24 at 4:17AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: How to unlocking the library
Posted By: fbms
Subject: How to unlocking the library
Date Posted: 15 Feb 21 at 7:06PM
Dear Experience Forum member,
 
As a new bee, based upon reading DLL Edition version 18.11 Getting Started of Foxit Quick PDF Library.
I would like to unlocking the library:
There is an example of detail coding given, but there is no explanation how do we need to run this coding?

int InstanceID;

InstanceID = DPLCreateLibrary();

if (DPLUnlockKey(InstanceID, "your license key") == 1) {

DPLDrawText(InstanceID, 100, 500, "Hello world");

DPLSaveToFile(InstanceID, "C:\Docs\HelloFromDLL.pdf");

}

DPLReleaseLibrary(InstanceID);

Based upon my languages knowledge :
I could not know, the excatly language, it's used?
What compiler/interpreter that we need to have to run it?
 
Thank you for reading my reach out, I am looking forward to hear from you.
 
Regards,
fbms.
 



Replies:
Posted By: Ingo
Date Posted: 15 Feb 21 at 7:15PM
Hi,

the questions will be solved if you've read my other answer.
For testing you should have got a 30-day-license.
This license you have to use instead of "your license key".
The library works with nearly any language.
This should be a good starting point for you:
http://www.quickpdf.org/





-------------
Cheers,
Ingo



Posted By: fbms
Date Posted: 16 Feb 21 at 12:38AM
Thank you Ingo, for your reply.
 
I will look forward to find Quick PDF library more detail information, based upon your previous guide to my previous question.
 
Just quick further question to you, since I have already have Pycharm which has capability to develop using Python and Javascript language which also suppose to be supported by Quick PDF Library claimed, can you give me link or other further information in to how to develop in Python using Quick PDF Library in detail step by step setup the environment.
 
Thank you for reading my reach out, and I am looking forward to hear from you.
 
Regards,
Fbms.


Posted By: Ingo
Date Posted: 16 Feb 21 at 10:21PM
Hi,

there are samples for perl, php and other languages but not for python but it shouldn't be a prob for you to adapt the samples to your language:
https://www.debenu.com/products/development/debenu-pdf-library/help/samples/
BTW: Everybody writing here do it in his/her freetime. We don't earn money here. This is a user-forum ;-)



-------------
Cheers,
Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk