<?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 : Problem with create pdf document</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 : Problem with create pdf document]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:55:34 +0000</pubDate>
  <lastBuildDate>Sat, 11 Feb 2012 17:44:00 +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=2142</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[Problem with create pdf document : Thank you Andrew!   ]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9107.html#9107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1851">AlexCasual</a><br /><strong>Subject:</strong> 2142<br /><strong>Posted:</strong> 11 Feb 12 at 5:44PM<br /><br />Thank you Andrew!]]>
   </description>
   <pubDate>Sat, 11 Feb 2012 17:44:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9107.html#9107</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with create pdf document : This link has all the functions...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9104.html#9104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2142<br /><strong>Posted:</strong> 11 Feb 12 at 2:24AM<br /><br />This link has all the functions and logic to create a multipage PDF file at the correct size. &nbsp;The important functions are<div><br></div><div>&nbsp; QP.NewPage();</div><div>&nbsp; QP.ImageHorizontalResolution()</div><div>&nbsp; QP.RemoveDocument()<br><div><br></div><div><a href="http://www.quickpdf.org/forum/creating-a-multi-page-pdf-from-a-multipage-tiff_topic2125.html" target="_blank">http://www.quickpdf.org/forum/creating-a-multi-page-pdf-from-a-multipage-tiff_topic2125.html</a></div></div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Sat, 11 Feb 2012 02:24:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9104.html#9104</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with create pdf document : Hello guys!I have code :bool CreateFormatText(...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9093.html#9093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1851">AlexCasual</a><br /><strong>Subject:</strong> 2142<br /><strong>Posted:</strong> 10 Feb 12 at 3:40PM<br /><br /><div>&nbsp;Hello guys!</div><div><br></div><div>I have code :</div><div><br></div><div>bool CreateFormatText( std::wstrint&amp; file, &nbsp;std::wstrint&amp; text, &nbsp;int x, &nbsp;int y)</div><div>{</div><div><br></div><div>#ifdef _WIN64</div><div>QuickPDFDLL0813 QP(L"QuickPDF64DLL0813.dll");</div><div>#else</div><div>QuickPDFDLL0813 QP(L"QuickPDFDLL0813.dll");</div><div>#endif</div><div><br></div><div>// Library key</div><div>std::wstring strLicenseKey = L"my_key";</div><div><br></div><div>int iResult = QP.UnlockKey(strLicenseKey);</div><div>if(iResult != 1)</div><div>{</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>return false;</div><div>}</div><div><br></div><div>QP.NewDocument();</div><div><span ="Apple-tab-span" style="white-space:pre">	</span></div><div>QP.SetOrigin(1);</div><div><br></div><div>QP.AddImageFromFile(file.c_str(), 0);</div><div><br></div><div>int lWidth &nbsp;= QP.ImageWidth();</div><div>int lHeight = QP.ImageHeight();</div><div><span ="Apple-tab-span" style="white-space:pre">	</span></div><div>QP.SetPageDimensions(lWidth,lHeight);</div><div><br></div><div>QP.DrawImage(0, 0, lWidth, lHeight);</div><div><br></div><div>QP.DrawText(x,y,text);</div><div><br></div><div>std::wstring pdf = file;</div><div>pdf.append(L"pdf");</div><div><br></div><div>QP.SaveToFile(pdf.c_str());</div><div><br></div><div>return true;</div><div>}</div><div><br></div><div>And when i try call CreateFormatText() in cycle more than once,saved pdf-files superimposed one on one...And i have incorrectpdf-files! Please help shoot this problem!</div>]]>
   </description>
   <pubDate>Fri, 10 Feb 2012 15:40:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-create-pdf-document_topic2142_post9093.html#9093</guid>
  </item> 
 </channel>
</rss>