<?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 : HTML to PDF</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 : HTML to PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 27 Jun 2026 19:44:02 +0000</pubDate>
  <lastBuildDate>Mon, 20 Aug 2012 12:44:06 +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=2367</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[HTML to PDF : Wayne,This code might be useful...]]></title>
   <link>http://www.quickpdf.org/forum/html-to-pdf_topic2367_post9993.html#9993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2367<br /><strong>Posted:</strong> 20 Aug 12 at 12:44PM<br /><br />Wayne,<div><br></div><div>This code might be useful</div><div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.NewDocument();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string s = File.ReadAllText("input.html");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawBox(10, 10, 300, 500, 0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string overflow = QP.DrawHTMLTextBox(10, 10, 300, 500, s);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (overflow != "")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.NewPage();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawBox(10, 10, 300, 500, 0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; overflow = QP.DrawHTMLTextBox(10, 10, 300, 500, overflow);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("out.pdf");</div><div><br></div></div>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 12:44:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/html-to-pdf_topic2367_post9993.html#9993</guid>
  </item> 
  <item>
   <title><![CDATA[HTML to PDF :   Can anyone tell me if I have...]]></title>
   <link>http://www.quickpdf.org/forum/html-to-pdf_topic2367_post9965.html#9965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=872">waynefulcher</a><br /><strong>Subject:</strong> 2367<br /><strong>Posted:</strong> 09 Aug 12 at 11:01PM<br /><br />Can anyone tell me if I have a program that reads the text from an HTML file, If there is any way at all to use QuickPDF (I am on 8.16)&nbsp;to convert the HTML to a PDF... heres the catch. I want to specify a "pagesize" like "letter" then I want the function to automatically create enough pages in the PDF to render all of the HTML in porportion.&nbsp;I see the DrawHTML() method&nbsp;but if the rendered HTML is so long it takes 10 pages to draw it all then how do I handle that?<div>&nbsp;</div><div>If there is no simple one call method to do this is there some work-a-round?</div><div>&nbsp;</div><div>Thanks Wayne</div><div>&nbsp;</div> ]]>
   </description>
   <pubDate>Thu, 09 Aug 2012 23:01:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/html-to-pdf_topic2367_post9965.html#9965</guid>
  </item> 
 </channel>
</rss>