<?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 : Viewing PDF files in the screen</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 : Viewing PDF files in the screen]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 21:21:09 +0000</pubDate>
  <lastBuildDate>Thu, 26 Jan 2012 08:12:28 +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=2112</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[Viewing PDF files in the screen :   Here is some C# code that...]]></title>
   <link>http://www.quickpdf.org/forum/viewing-pdf-files-in-the-screen_topic2112_post8995.html#8995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2112<br /><strong>Posted:</strong> 26 Jan 12 at 8:12AM<br /><br /><div><br></div><div>Here is some C# code that renders an image to a Bitmap and then that bitmap is assigned to a pictureBox control on screen.</div><div><br></div><div>There are various RenderPageTo.. &nbsp;type functions and different output formats.</div><div><br></div><div>Andrew.</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; private void RenderPageToDC_Click(object sender, EventArgs e)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bitmap b = new Bitmap((int)pictureBox1.Width, (int)pictureBox1.Height);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; using (Graphics g = Graphics.FromImage(b))</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IntPtr dc = g.GetHdc();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.RenderPageToDC(72, page, dc);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; g.ReleaseHdc(dc);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pictureBox1.Image = b;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp;&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 26 Jan 2012 08:12:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/viewing-pdf-files-in-the-screen_topic2112_post8995.html#8995</guid>
  </item> 
  <item>
   <title><![CDATA[Viewing PDF files in the screen : HiSome years ago I studied the...]]></title>
   <link>http://www.quickpdf.org/forum/viewing-pdf-files-in-the-screen_topic2112_post8988.html#8988</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1826">capora56</a><br /><strong>Subject:</strong> 2112<br /><strong>Posted:</strong> 25 Jan 12 at 11:55AM<br /><br />Hi<div><br></div><div>Some years ago I studied the QuickPDFDLL0718.dll for processing pdf file and in this moment the printing of this files generated with a scanner was not supported because of the graphics formats inside the PDF.</div><div><br></div><div>I think that this problem is resolved with the actual version. On the other hand, today I need to know if I can open and view in the screen a pdf file genearated with a scanner. I'm working with Clarion 6.3 EE. My application needs to open for consulting pdf files rather than print them.</div><div><br></div><div>If it's possible, which are the neccesary funcions to use for doing this.</div><div><br></div><div>Thanks&nbsp;</div><div><br></div><div>Ruben Caporossi</div>]]>
   </description>
   <pubDate>Wed, 25 Jan 2012 11:55:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/viewing-pdf-files-in-the-screen_topic2112_post8988.html#8988</guid>
  </item> 
 </channel>
</rss>