<?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 : Taking 3 inches off the bottom</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 : Taking 3 inches off the bottom]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 19:11:32 +0000</pubDate>
  <lastBuildDate>Thu, 03 Dec 2015 17:32: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=3170</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[Taking 3 inches off the bottom : I finally came up with a solution...]]></title>
   <link>http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12852.html#12852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 3170<br /><strong>Posted:</strong> 03 Dec 15 at 5:32PM<br /><br />I finally came up with a solution to this problem:<br><br>LoadFromFile<br><br>For ii = 1 to PageCount<br>&nbsp;&nbsp; SelectPage ii<br>&nbsp;&nbsp; RotatePage 180<br>&nbsp;&nbsp; NormalizePage 0<br>&nbsp;&nbsp; SetPageSize "Letter"<br>&nbsp;&nbsp; RotatePage 180<br>&nbsp;&nbsp; NormalizePage 0<br>next ii<br><br>SaveToFile<br><br>I'm not sure that the last NormalizePage is necessary.<br>]]>
   </description>
   <pubDate>Thu, 03 Dec 2015 17:32:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12852.html#12852</guid>
  </item> 
  <item>
   <title><![CDATA[Taking 3 inches off the bottom : I&amp;#039;m pretty sure the SetPageSize...]]></title>
   <link>http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12702.html#12702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2631">erico</a><br /><strong>Subject:</strong> 3170<br /><strong>Posted:</strong> 08 Sep 15 at 3:40PM<br /><br />I'm pretty sure the SetPageSize is cropping off the text. Drawing a captured page in a smaller area only reduces it -- it does not trim the edges. I would guess you need to look at SetCropBox, or the slightly more generic SetPageBox.<br>]]>
   </description>
   <pubDate>Tue, 08 Sep 2015 15:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12702.html#12702</guid>
  </item> 
  <item>
   <title><![CDATA[Taking 3 inches off the bottom : I did read the description about...]]></title>
   <link>http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12696.html#12696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 3170<br /><strong>Posted:</strong> 31 Aug 15 at 5:51PM<br /><br />I did read the description about that function, and I tried all the possible values for it with no change in the result.&nbsp; I also did a search on DrawCapturedPage in the forum and found this note:<br><br>http://www.quickpdf.org/forum/resize-a1-and-a0-pages-to-a4_topic3117_post12505.html?KW=drawcapturedpage#12505<br><br>which indicates that SetOrigin has no effect on DrawCapturedPage.<br><br>Is this a bug in DrawCapturedPage or is there some other way to turn a Legal PDF into a Letter PDF by removing the bottom 3 inches?<br>]]>
   </description>
   <pubDate>Mon, 31 Aug 2015 17:51:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12696.html#12696</guid>
  </item> 
  <item>
   <title><![CDATA[Taking 3 inches off the bottom : Hi Bob,you should read the description...]]></title>
   <link>http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12693.html#12693</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3170<br /><strong>Posted:</strong> 30 Aug 15 at 10:17PM<br /><br />Hi Bob,<div><br></div><div>you should read the description about function "SetOrigin":</div><div><a href="http://www.debenu.com/docs/pdf_library_reference/SetOrigin.php" target="_blank" rel="nofollow">http://www.debenu.com/docs/pdf_library_reference/SetOrigin.php</a></div><div><br></div><div>Cheers,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Sun, 30 Aug 2015 22:17:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12693.html#12693</guid>
  </item> 
  <item>
   <title><![CDATA[Taking 3 inches off the bottom : I have a PDF that is legal sized....]]></title>
   <link>http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12688.html#12688</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 3170<br /><strong>Posted:</strong> 28 Aug 15 at 8:50PM<br /><br />I have a PDF that is legal sized.&nbsp; I need to make it letter by lopping off the bottom 3 inches.&nbsp; I've found several threads about using CapturePage and DrawCapturedPage but the problem is that no matter how I adjust the arguments, the result is always the top three inches of the page being removed rather than the bottom 3.<br><br>I'm doing something like this:<br><br>LoadFromFile<br>NewPage<br>CapturePage 2<br>SetPageSize "Letter"<br>DrawCapturedPage CapturedPageID, 0,0,PageWidth(),PageHeight()<br>SaveToFile<br><br>No matter what I put in DrawCapturedPage to replace the 0's, the page never moves.&nbsp; If I omit the SetPageSize, it looks fine, it's just that it's still legal.&nbsp; I've tried NormalizePage, SetOrigin, and stuff like that but it doesn't change anything.<br><br>Is there any way to take 3 inches off the bottom?<br>]]>
   </description>
   <pubDate>Fri, 28 Aug 2015 20:50:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/taking-3-inches-off-the-bottom_topic3170_post12688.html#12688</guid>
  </item> 
 </channel>
</rss>