<?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 : DLL DPLCreateTable - Error 110</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 : DLL DPLCreateTable - Error 110]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 20:04:34 +0000</pubDate>
  <lastBuildDate>Sat, 23 Feb 2013 23:02:13 +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=2537</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[DLL DPLCreateTable - Error 110 :    Ingo wrote:Hi Dragon!You...]]></title>
   <link>http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10510.html#10510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2203">dragon</a><br /><strong>Subject:</strong> 2537<br /><strong>Posted:</strong> 23 Feb 13 at 11:02PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Ingo" alt="Originally posted by Ingo" style="vertical-align: text-bottom;" /> <strong>Ingo wrote:</strong><br /><br />Hi Dragon!<br><br>You should search in the forum with 110!<br>We had it already in the far past.<br>Seems it has to do with used fonts for example?<br>I can't read about font-functionality in your code?<br>Another idea:<br>Adobe tells on their side that error 110 means<br>"error while communicating with adobe.com"?!<br><br>Cheers and welcome here,<br>Ingo<br><br></td></tr></table><div>&nbsp;</div><div>Hi Ingo,</div><div>&nbsp;</div><div>By the way, I just did the search. It did not highlight any other threads except mine.</div><div>Thanks.</div><div>&nbsp;</div><div>Best regards</div><div>Dragon</div>]]>
   </description>
   <pubDate>Sat, 23 Feb 2013 23:02:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10510.html#10510</guid>
  </item> 
  <item>
   <title><![CDATA[DLL DPLCreateTable - Error 110 :   Hi Ingo,Thanks for your reply...]]></title>
   <link>http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10509.html#10509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2203">dragon</a><br /><strong>Subject:</strong> 2537<br /><strong>Posted:</strong> 23 Feb 13 at 10:55PM<br /><br />Hi Ingo,<div>&nbsp;</div><div>Thanks for your reply and fast response !</div><div>&nbsp;</div><div>As per your advice, I have added the font requirement, however it is still not successful.</div><div>&nbsp;</div><div>Source Code :</div><div>&nbsp;</div><div>ool CreatePDFTable(void)<br>{<br>int result;</div><div>&nbsp;// CreateLibrary<br>&nbsp;InstanceID=pDPLCreateLibrary();<br>&nbsp;if (!InstanceID) return false;</div><div>&nbsp;// Unlock library<br>&nbsp;result=pDPLUnlockKey(InstanceID,"************");<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLSetPageSize(InstanceID, "Letter");<br>&nbsp;if (!result) return false;</div><div>&nbsp;FontID = pDPLAddStandardFont(InstanceID, 11);<br>&nbsp;if (!FontID) return false;</div><div>&nbsp;result = pDPLSelectFont(InstanceID, FontID);<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLSetTextSize(InstanceID,12);<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLSetTextColor(InstanceID,1,0,0.5);<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLSetLineColor(InstanceID,0.2,0.4,1);<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLAddFormFont(InstanceID, FontID);<br>&nbsp;if (!result) return false;</div><div><br>&nbsp;tableID = pDPLCreateTable(InstanceID, 5, 5);<br>&nbsp;// Specify color and width of borders&nbsp;&nbsp; <br>&nbsp;result = pDPLSetTableBorderColor(InstanceID, tableID, 0, 0.3, 0.204, 0);<br>&nbsp;result = pDPLSetTableBorderWidth(InstanceID, tableID, 0, 0.2);</div><div>&nbsp;// Specify table row height and table column width<br>&nbsp;result = pDPLSetTableRowHeight(InstanceID, tableID, 1, 5, 0);<br>&nbsp;result = pDPLSetTableColumnWidth(InstanceID, tableID, 1, 5, 100);</div><div>// Specify a background color for the column headers</div><div>&nbsp;result = pDPLSetTableCellBackgroundColor(InstanceID, tableID, 1, 1, 1, 5, 0.3, 0.7, 1.0);<br>&nbsp;result = pDPLSetTableCellAlignment(InstanceID, tableID, 1, 1, 1, 5, 4);</div><div>// Setup the column headers and content for the first row</div><div>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 1, "&lt;b&gt;This Week&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 2, "&lt;b&gt;Last Week&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 3, "&lt;b&gt;Artist Name&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 4, "&lt;b&gt;Peak&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 5, "&lt;b&gt;Weeks On&lt;/b&gt;");<br>.....</div><div>.....</div><div>// Draw the table onto the document<br>&nbsp;result = pDPLSetOrigin(InstanceID, 1);<br>&nbsp;if (!result) return false;<br>&nbsp;result = pDPLDrawTableRows(InstanceID, tableID, 50, 50, 400, 1, 0);</div><div>&nbsp;result=pDPLSaveToFile(InstanceID,"HelloFromDLL.pdf");<br>&nbsp;if (!result) return false;</div><div>&nbsp;// Release Library<br>&nbsp;result = pDPLReleaseLibrary(InstanceID);<br>&nbsp;if (!result) return false;</div><div>&nbsp;return true;<br>}</div><div>&nbsp;</div><div>Please advise.</div><div>Thanks in advance !</div><div>&nbsp;</div><div>Best regards</div><div>Dragon</div><span style="font-size:10px"><br /><br />Edited by dragon - 23 Feb 13 at 10:55PM</span>]]>
   </description>
   <pubDate>Sat, 23 Feb 2013 22:55:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10509.html#10509</guid>
  </item> 
  <item>
   <title><![CDATA[DLL DPLCreateTable - Error 110 : Hi Dragon!You should search in...]]></title>
   <link>http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10507.html#10507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2537<br /><strong>Posted:</strong> 23 Feb 13 at 5:03PM<br /><br />Hi Dragon!<br><br>You should search in the forum with 110!<br>We had it already in the far past.<br>Seems it has to do with used fonts for example?<br>I can't read about font-functionality in your code?<br>Another idea:<br>Adobe tells on their side that error 110 means<br>"error while communicating with adobe.com"?!<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Sat, 23 Feb 2013 17:03:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10507.html#10507</guid>
  </item> 
  <item>
   <title><![CDATA[DLL DPLCreateTable - Error 110 :   I am using Visual Studio 2008...]]></title>
   <link>http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10506.html#10506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2203">dragon</a><br /><strong>Subject:</strong> 2537<br /><strong>Posted:</strong> 23 Feb 13 at 12:31PM<br /><br />I am using Visual Studio 2008 Visual C++ non-mfc.<div>&nbsp;</div><div>Using dynamic DLL loading in my test application.</div><div>&nbsp;</div><div>I have tested simple sample codes using&nbsp;&nbsp;DPLDrawDataMatrixSymbol, DPLDrawText, DPLSetLineColor, pDPLDrawRotatedBox, etcs without issue. Generated PDF opens as expected.</div><div><br>However, when I start using DPLCreateTable function&nbsp;(convert from Page Layout - Create a Table Sample), Adobe Reader cannot open the generated PDF file and reported error 110 !</div><div>&nbsp;</div><div>Am I missing on some setup codes to configure the Table ???</div><div>&nbsp;</div><div>Below is my partial source code :</div><div>.....</div><div>....</div><div>typedef int (__stdcall *pFunctionAddress08)(int, int, int);<br>pFunctionAddress08 pDPLCreateTable;</div><div>....</div><div>typedef int (__stdcall *pFunctionAddress12)(int, int, int, int, double);<br>pFunctionAddress12 pDPLSetTableRowHeight;<br>pFunctionAddress12 pDPLSetTableColumnWidth</div><div>....<br></div><div>....</div><div>....LoadLibrary(.....</div><div>&nbsp;</div><div>//********************************************//</div><div>//&nbsp; Convert from Page Layout - Create a Table Sample&nbsp;&nbsp;&nbsp; //</div><div>//********************************************//</div><div>bool CreatePDFTable(void)<br>{<br>int result;</div><div>&nbsp;// CreateLibrary<br>&nbsp;InstanceID=pDPLCreateLibrary();<br>&nbsp;if (!InstanceID) return false;</div><div>&nbsp;// Unlock library<br>&nbsp;result=pDPLUnlockKey(InstanceID,"xxxxxxxxxxxxxxxxx");<br>&nbsp;if (!result) return false;</div><div>&nbsp;result = pDPLSetPageSize(InstanceID, "Letter");<br>&nbsp;if (!result) return false;</div><div>&nbsp;tableID = pDPLCreateTable(InstanceID, 5, 5);</div><div>&nbsp;// Specify color and width of borders&nbsp;&nbsp; <br>&nbsp;result = pDPLSetTableBorderColor(InstanceID, tableID, 0, 0.3, 0.204, 0);<br>&nbsp;result = pDPLSetTableBorderWidth(InstanceID, tableID, 0, 0.2);</div><div>&nbsp;// Specify table row height and table column width<br>&nbsp;result = pDPLSetTableRowHeight(InstanceID, tableID, 1, 5, 0);<br>&nbsp;result = pDPLSetTableColumnWidth(InstanceID, tableID, 1, 5, 100);</div><div>// Specify a background color for the column headers</div><div>&nbsp;result = pDPLSetTableCellBackgroundColor(InstanceID, tableID, 1, 1, 1, 5, 0.3, 0.7, 1.0);<br>&nbsp;result = pDPLSetTableCellAlignment(InstanceID, tableID, 1, 1, 1, 5, 4);</div><div>// Setup the column headers and content for the first row</div><div>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 1, "&lt;b&gt;This Week&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 2, "&lt;b&gt;Last Week&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 3, "&lt;b&gt;Artist Name&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 4, "&lt;b&gt;Peak&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 1, 5, "&lt;b&gt;Weeks On&lt;/b&gt;");</div><div>// Insert the content for the second row</div><div>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 2, 1, "1");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 2, 2, "1");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 2, 3, "&lt;b&gt;The Black Eyed Peas&lt;/b&gt;&lt;br&gt;Boom Boom Pow");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 2, 4, "&lt;b&gt;1&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 2, 5, "&lt;b&gt;11&lt;/b&gt;");</div><div>// Insert the content for the third row<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 3, 1, "2");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 3, 2, "3");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 3, 3, "&lt;b&gt;Missy Higgins&lt;/b&gt;&lt;br&gt;Life is a rainbow");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 3, 4, "&lt;b&gt;2&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 3, 5, "&lt;b&gt;8&lt;/b&gt;");</div><div>// Insert the content for the fourth row</div><div>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 4, 1, "3");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 4, 2, "2");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 4, 3, "&lt;b&gt;Silverchair&lt;/b&gt;&lt;br&gt;The Door");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 4, 4, "&lt;b&gt;3&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 4, 5, "&lt;b&gt;7&lt;/b&gt;");</div><div>// Insert the content for the fourth row</div><div>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 5, 1, "4");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 5, 2, "4");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 5, 3, "&lt;b&gt;Rolling Stones&lt;/b&gt;&lt;br&gt;Sweet Virginia");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 5, 4, "&lt;b&gt;4&lt;/b&gt;");<br>&nbsp;result = pDPLSetTableCellContent(InstanceID, tableID, 5, 5, "&lt;b&gt;19&lt;/b&gt;");</div><div>// Draw the table onto the document<br>&nbsp;result = pDPLSetOrigin(InstanceID, 1);<br>&nbsp;if (!result) return false;<br>&nbsp;result = pDPLDrawTableRows(InstanceID, tableID, 50, 50, 400, 1, 0);</div><div>&nbsp;result=pDPLSaveToFile(InstanceID,"HelloFromDLL.pdf");<br>&nbsp;if (!result) return false;</div><div>&nbsp;// Release Library<br>&nbsp;result = pDPLReleaseLibrary(InstanceID);<br>&nbsp;if (!result) return false;</div><div>&nbsp;return true;<br>}</div><div>&nbsp;</div><div>Please advise.</div><div>Thanks in advance.</div><div>&nbsp;</div><div>Best regards</div><div>Trial User</div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Sat, 23 Feb 2013 12:31:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-dplcreatetable-error-110_topic2537_post10506.html#10506</guid>
  </item> 
 </channel>
</rss>