<?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 : Debugging, Errorlog Howto?</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 : I need help - I can help : Debugging, Errorlog Howto?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 23:08:28 +0000</pubDate>
  <lastBuildDate>Wed, 26 Nov 2014 12:41:23 +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=3016</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[Debugging, Errorlog Howto? : HI Ingo,thanks for your idea....]]></title>
   <link>http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12154.html#12154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2655">kochi09</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 26 Nov 14 at 12:41PM<br /><br />HI Ingo,<div><br></div><div>thanks for your idea. That was the first thing I tried. The return values were all id numbers. No 0 value and when I called LastErrorCode the whole script stopped.</div><div><br></div><div>In the meantime I fixed the problem by using the method&nbsp;AddOpenTypeFontFromFile instead of &nbsp;a<span style="line-height: 16.7999992370605px; : rgb251, 251, 253;">ddTrueTypeFont . That is working, but I don´t understand why the old function isn´t working anymore.</span></div><div><span style="line-height: 16.7999992370605px; : rgb251, 251, 253;"><br></span></div><div><span style="line-height: 16.7999992370605px; : rgb251, 251, 253;">regards,</span></div><div><span style="line-height: 16.7999992370605px; : rgb251, 251, 253;">Marco</span></div>]]>
   </description>
   <pubDate>Wed, 26 Nov 2014 12:41:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12154.html#12154</guid>
  </item> 
  <item>
   <title><![CDATA[Debugging, Errorlog Howto? :  Hi Marco,QuickPDF offers Las...]]></title>
   <link>http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12150.html#12150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 26 Nov 14 at 11:58AM<br /><br />Hi Marco,<div>&nbsp;</div><div>QuickPDF offers LastErrorCode:</div><div><a href="http://www.debenu.com/docs/pdf_library_reference/LastErrorCode.php" target="_blank" rel="nofollow">http://www.debenu.com/docs/pdf_library_reference/LastErrorCode.php</a></div><div>You can use this function after important process-steps to see if it's still alright.</div><div>Another idea is to check the returning values from the functions.</div><div>For example the returning value 0 by LoadFromFile means that there's an error...</div><div>&nbsp;</div><div>Cheers and welcome here,</div><div>Ingo</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 26 Nov 2014 11:58:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12150.html#12150</guid>
  </item> 
  <item>
   <title><![CDATA[Debugging, Errorlog Howto? : Hi There,in our company, we use...]]></title>
   <link>http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12147.html#12147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2655">kochi09</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 24 Nov 14 at 10:34AM<br /><br />Hi There,<div><br></div><div>in our company, we use the quickpdflibrary to print text to existing pdfs on our Webserver via php.</div><div>Now I have to edit or to fix files that were created by other guys.</div><div>I´m absolutely new to the pdflibrary and need some help.</div><div><br></div><div>I used the search- function to figure out how to enable an errorlog or something else, but there was no matching result for me.</div><div><br></div><div>My problem:</div><div><br></div><div># using a ttf-font, wich is in the same folder like the script - SPK Logos.ttf</div><div># --------------------------------------------------------------------------------------</div><div>$slogo = <span ="Apple-tab-span" style="white-space:pre">		</span>$qp-&gt;AddTrueTypeFont("SPK Logos",1);</div><div><br></div><div><div>$qp-&gt;SelectFont($slogo);</div><div>$qp-&gt;SetTextColorCMYK(0,0,0,0);</div><div>$qp-&gt;SetTextSize(30*$faktor);</div><div>$qp-&gt;DrawText($posx-(4.8*$faktor), $posy-10, 'p');</div></div><div><br></div><div><br></div><div>The rendered Letter 'p' in my pdf-file used the default font and not the selected font SPK Logos.</div><div><br></div><div>The php-errorlog is empty an in the quickpdf programfolder is no logfile.</div><div><br></div><div>Any ideas?</div><div><br></div><div>thx marco</div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Nov 2014 10:34:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debugging-errorlog-howto_topic3016_post12147.html#12147</guid>
  </item> 
 </channel>
</rss>