<?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 : Render Only Portion of Page</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 : Render Only Portion of Page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:30:52 +0000</pubDate>
  <lastBuildDate>Fri, 25 Dec 2015 09:32: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=2644</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[Render Only Portion of Page : Hi Guys,I&amp;#039;m currently evaluating...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12891.html#12891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2811">MiodragM</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 25 Dec 15 at 9:32AM<br /><br />Hi Guys,<div><br></div><div>I'm currently evaluating quick pdf dll and met some potetionally problem. </div><div>So, i need to determine empty&nbsp;area (box)&nbsp;on each page at the exact position. For that purpose I use RenderPageToString method and then examin area pixels. The problem is that method RenderPageToString is too slow - for example, the page (A4)&nbsp;has some content on it and&nbsp;method execution for the area 100x30&nbsp;going to&nbsp;<b>500 </b>ms.</div><div><br></div><div>The pseudo code:</div><div>...</div><div>sWatch = new System.Diagnostics.Stopwatch();</div><div>QP.SetRenderArea(BoxLeftH, BoxTopH, BoxWidth, BoxHeight); <font color="#00cc99">//</font><font color="#33cc66">BoxWidth is about 190, BoxHeight is about 30</font></div><div>sWatch.Start();</div><div>byte&#091;&#093; K = QP.RenderPageToString(72, selectedPage, 0);</div><div>sWatch.Stop();</div><div>MS = new MemoryStream(K,false);</div><div>...</div><div>- sWatch.ElapsedMilliseconds is in range 40-500ms!, depending on the page.</div><div><br></div><div>Do I something wrong? Do you have some suggestion?</div><div><br></div><div>Thanks,</div><div>Miodrag</div>]]>
   </description>
   <pubDate>Fri, 25 Dec 2015 09:32:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12891.html#12891</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : Thanks for clarification. ]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12816.html#12816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 24 Nov 15 at 6:19AM<br /><br />Thanks for clarification.]]>
   </description>
   <pubDate>Tue, 24 Nov 2015 06:19:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12816.html#12816</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : HimLipok,SetRenderArea is only...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12814.html#12814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 24 Nov 15 at 3:35AM<br /><br />Hi&nbsp;mLipok,<div><br></div><div>SetRenderArea is only going to work when you are rendering the page to an image format using a function such as&nbsp;RenderPageToFile. So it can crop a page when you are rendering to an image, but it won't let you crop an existing PDF and then save it as an update to the PDF. It's only for rendering, not for modifying existing documents.</div><div><br></div><div>Cheers,</div><div>- Rowan.</div>]]>
   </description>
   <pubDate>Tue, 24 Nov 2015 03:35:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12814.html#12814</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : Hi Rowan.Is it mean I can now...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12793.html#12793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 16 Nov 15 at 8:23AM<br /><br />Hi Rowan.<div>Is it mean I can now really crop page, as I was asking here:</div><div>http://www.quickpdf.org/forum/setpagebox-capturepageex-drawcapturedpage_topic3048.html</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 16 Nov 2015 08:23:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12793.html#12793</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : Hi Guys,We have added a new function...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12792.html#12792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 16 Nov 15 at 3:41AM<br /><br />Hi Guys,<div><br></div><div>We have added a new function in version 12 called SetRenderArea which will let you render only a portion of the page. The difference between using the CropBox to do this and the SetRenderArea page is that while specifying a CropBox smaller than the actual page size will output the cropped page, the entire page behind the scenes is processed. The SetRenderArea will be faster because it will only process the area of the page that is specified.</div><div><br></div><div><a href="http://www.debenu.com/docs/pdf_library_reference/SetRenderArea.php" target="_blank" rel="nofollow">http://www.debenu.com/docs/pdf_library_reference/SetRenderArea.php</a></div><div><br></div><div>Cheers,</div><div>- Rowan.</div><span style="font-size:10px"><br /><br />Edited by Rowan - 16 Nov 15 at 3:42AM</span>]]>
   </description>
   <pubDate>Mon, 16 Nov 2015 03:41:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post12792.html#12792</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : Yes, you should be able to simply...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10859.html#10859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 18 May 13 at 11:30AM<br /><br />Yes, you should be able to simply set the media box with SetPageBox. &nbsp;I have only done this myself with SaveToFile, to make eight separate A4 PDFs from a huge original drawing, but I assume it also works with rendering. &nbsp;Worth a quick experiment, anyway!]]>
   </description>
   <pubDate>Sat, 18 May 2013 11:30:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10859.html#10859</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page :   Hi Tom!As far as i know that&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10847.html#10847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 16 May 13 at 4:30PM<br /><br />Hi Tom!<div>&nbsp;</div><div>As far as i know that's the way...</div><div>&nbsp;</div><div>Cheers and welcome here,</div><div>Ingo</div>]]>
   </description>
   <pubDate>Thu, 16 May 2013 16:30:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10847.html#10847</guid>
  </item> 
  <item>
   <title><![CDATA[Render Only Portion of Page : Hi,  Is it possible to render...]]></title>
   <link>http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10846.html#10846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2373">tmills108</a><br /><strong>Subject:</strong> 2644<br /><strong>Posted:</strong> 16 May 13 at 2:40PM<br /><br />Hi,<br /><br />Is it possible to render only a portion of a page to a DC, or do you always have to render the entire page to a temporary bitmap and then extract the portion you need afterward?<br /><br />Thanks,<br />Tom]]>
   </description>
   <pubDate>Thu, 16 May 2013 14:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/render-only-portion-of-page_topic2644_post10846.html#10846</guid>
  </item> 
 </channel>
</rss>