<?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 : Moving/Shifting pages</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 : Moving/Shifting pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 21 Jun 2026 09:45:09 +0000</pubDate>
  <lastBuildDate>Mon, 31 Aug 2020 21:45:58 +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=3834</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[Moving/Shifting pages : you should shift with...the following...]]></title>
   <link>http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15355.html#15355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3215">Sopracenery</a><br /><strong>Subject:</strong> 3834<br /><strong>Posted:</strong> 31 Aug 20 at 9:45PM<br /><br />you should shift with...<br />the following sequence:<br />- SetGlobalOrigin(1 or 5 or 7)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;&nbsp;&nbsp;top left will be the root corner of the pages<br />- SelectPage(1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // iterate all pages of your document. In this example go always to page 1<br />- CapturePage()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// remove this page to hidden memory, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // returns ID for use with later DrawCapturedPage()<br />- InsertPages(PageCount+1, 1)&nbsp;&nbsp;&nbsp;&nbsp;// need a new empty page at the end to draw to<br />- SelectPage(PageCount)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // goto that page<br />- DrawCapturedPage(ID, Left := +1 inch, Top:=0, Width:=... , Height:=...)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// draw with shift of 1 inch to the new page. Keep same values for width and height as your source page.<br /><br />This works with files that fit into your memory. For larger files DA... functions may help.<br /><br />To turn orientation insert the new empty page in the orientation of your choice (e.g. "A4"=Portrait):<br />...<br />- InsertPages(PageCount+1, 1)<br />- SetPageSize("A4 Landscape") or SetPageSize("A4")&nbsp;&nbsp;&nbsp;&nbsp;// or other formats<br />...<br /><br />Martin<br /><span style="font-size:10px"><br /><br />Edited by Sopracenery - 01 Sep 20 at 8:41AM</span>]]>
   </description>
   <pubDate>Mon, 31 Aug 2020 21:45:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15355.html#15355</guid>
  </item> 
  <item>
   <title><![CDATA[Moving/Shifting pages : firstly you must enumerate each...]]></title>
   <link>http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15345.html#15345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3834<br /><strong>Posted:</strong> 16 Aug 20 at 1:34AM<br /><br />firstly you must enumerate each page<div>check if is Landscape and eventually rotate&nbsp;</div><div>this part will be easier&nbsp;</div><div><br></div><div>secondly</div><div>you should shift with... i will find how I do somthing similar ... in one of my project.</div><div>will back soon...</div>]]>
   </description>
   <pubDate>Sun, 16 Aug 2020 01:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15345.html#15345</guid>
  </item> 
  <item>
   <title><![CDATA[Moving/Shifting pages : I have a number of large PDFs...]]></title>
   <link>http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15343.html#15343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 3834<br /><strong>Posted:</strong> 14 Aug 20 at 2:35PM<br /><br /><div>I have a number of large PDFs that need to have the content moved or shifted over.&nbsp; The documents were created with almost no margin so the text is all on the left.&nbsp; I need to move everything on every page to the right about an inch.&nbsp; In a couple of cases the documents were created in Landscape when they should have been Portrait.&nbsp; What's the best way to do this?</div><div><br></div><div><font style=": rgb255, 255, 255;">Thx,</font></div><div><br></div><div>Bob&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 14 Aug 2020 14:35:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/moving-shifting-pages_topic3834_post15343.html#15343</guid>
  </item> 
 </channel>
</rss>