<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Invalid license key</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : General Discussion : Invalid license key]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 07:09:58 +0000</pubDate>
  <lastBuildDate>Fri, 03 Feb 2017 17:44:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3434</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Invalid license key : Hi Stefan,you should check the...]]></title>
   <link>http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13659.html#13659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3434<br /><strong>Posted:</strong> 03 Feb 17 at 5:44PM<br /><br />Hi Stefan,<div><br></div><div>you should check the resulting value from loadfromfile.</div><div>There'll be the first error.</div><div>Using unlock will only raise a following error.</div><div>Using unlock without loading returns with 0 (nothing) - this should be normal behavior?</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 03 Feb 2017 17:44:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13659.html#13659</guid>
  </item> 
  <item>
   <title><![CDATA[Invalid license key : Hi,in the meantime i have moved...]]></title>
   <link>http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13658.html#13658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2925">skoschke</a><br /><strong>Subject:</strong> 3434<br /><strong>Posted:</strong> 02 Feb 17 at 11:13AM<br /><br />Hi,<div><br></div><div><br></div><div><span style="color: rgb33, 33, 33; font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;">in the meantime i have moved on and found that the library is not loaded!Even when the library is not loaded, unlockkey result = 0 (like bad license key).What could be the cause?</span></div><div><span style="color: rgb33, 33, 33; font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;"><br></span></div><div><span style="color: rgb33, 33, 33; font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;">Ciao</span></div><div><span style="color: rgb33, 33, 33; font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;">Stefan</span></div><span style="font-size:10px"><br /><br />Edited by skoschke - 02 Feb 17 at 11:14AM</span>]]>
   </description>
   <pubDate>Thu, 02 Feb 2017 11:13:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13658.html#13658</guid>
  </item> 
  <item>
   <title><![CDATA[Invalid license key : Here a few lines of code:{$IFDEF...]]></title>
   <link>http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13654.html#13654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2925">skoschke</a><br /><strong>Subject:</strong> 3434<br /><strong>Posted:</strong> 31 Jan 17 at 12:49PM<br /><br />Here a few lines of code:<div><br></div><div><div>{$IFDEF ANDROID}</div><div>&nbsp; &nbsp; SharedObjectFileName := TPath.Combine(TPath.GetDocumentsPath,</div><div>&nbsp; &nbsp; &nbsp; 'libDebenuPDFLibraryAndroidArm1311.so');</div><div>&nbsp; &nbsp; if fileexists(SharedObjectFileName) = False then</div><div>&nbsp; &nbsp; &nbsp; Showmessage('*.SO-File missing!');</div><div>&nbsp; &nbsp; PDFLibrary := TDebenuPDFLibraryCPAndroidDelphi1311.Create</div><div>&nbsp; &nbsp; &nbsp; (SharedObjectFileName);</div><div>&nbsp; &nbsp; key := GetPDFKey(); //geting my key, stored in a special path</div><div>{$ENDIF}</div><div>{$IFDEF &nbsp;MSWINDOWS}</div><div>&nbsp; &nbsp; PDFLibrary := TDebenuPDFLibrary1311.Create;</div><div>&nbsp; &nbsp; key := GetPDFKey();</div><div>{$ENDIF}</div><div>&nbsp; &nbsp; UnlockResult := PDFLibrary.UnlockKey(key);</div></div><div><br></div><div><div>&nbsp; &nbsp; if UnlockResult &lt;&gt; 1 then</div><div>&nbsp; &nbsp; &nbsp; Showmessage('Invalid License Key !');</div><div><br></div></div><div>At the special device UnlockResult = 0 and i don't know why :-(((</div><div><br></div><div>This code works with all Windows and Android devices, only the ode will not work!</div><div>The user has set his Tablet to factory default and the problem is always ...</div><div><br></div><div>Ciao</div><div>Stefan</div><span style="font-size:10px"><br /><br />Edited by skoschke - 31 Jan 17 at 12:52PM</span>]]>
   </description>
   <pubDate>Tue, 31 Jan 2017 12:49:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13654.html#13654</guid>
  </item> 
  <item>
   <title><![CDATA[Invalid license key : Hi Stefan,a code snippet to check...]]></title>
   <link>http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13653.html#13653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3434<br /><strong>Posted:</strong> 30 Jan 17 at 7:23PM<br /><br />Hi Stefan,<div><br></div><div>a code snippet to check your syntax would be great ;-)</div><div>What's the meaning of "i try to create debenu"?</div><div>There are different versions of the library.</div><div>For windows, android, and so on ...</div><div>Due to this i can imagine that each license key is only valid for one library version?</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 30 Jan 2017 19:23:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13653.html#13653</guid>
  </item> 
  <item>
   <title><![CDATA[Invalid license key : Hi,my app works very well, but...]]></title>
   <link>http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13652.html#13652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2925">skoschke</a><br /><strong>Subject:</strong> 3434<br /><strong>Posted:</strong> 30 Jan 17 at 6:35AM<br /><br />Hi,<div><br></div><div>my app works very well, but only in one device, a Samsung Tab 2 7" with Android 4.1.2&nbsp;</div><div>i get "Invalid license key" when i try to create Debenu !</div><div><br></div><div>Any ideas what's wrong?</div><div><br></div><div>Regards</div><div>Stefan</div>]]>
   </description>
   <pubDate>Mon, 30 Jan 2017 06:35:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/invalid-license-key_topic3434_post13652.html#13652</guid>
  </item> 
 </channel>
</rss>