<?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 : A3 to A4</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 : A3 to A4]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 20:14:06 +0000</pubDate>
  <lastBuildDate>Wed, 19 Jan 2011 12:05:17 +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=1711</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[A3 to A4 : Ingo,I solved it using graphics...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7497.html#7497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 19 Jan 11 at 12:05PM<br /><br />Ingo,<br><br>I solved it using graphics function (renderpagetoDC) and then using .net image manipulations. <br><br>It seems that using the rotatepages function keeps height and width to the original values (before rotation) .... easy to fix, but little bit boring ...<br><br>thks for your help<br><br>Rgds<br>Eric<br><br>Ps : how to close this post <br>]]>
   </description>
   <pubDate>Wed, 19 Jan 2011 12:05:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7497.html#7497</guid>
  </item> 
  <item>
   <title><![CDATA[A3 to A4 : Ingo,Thanks for your advice, i...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7490.html#7490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 18 Jan 11 at 1:15PM<br /><br />Ingo,<br><br>Thanks for your advice, i will ;-)<br><br>Till now, i forgot CopyPage which does not work, and use Extractfile (which allows also to make a work copy more safe)<br><br>Then i used your rotation advice, it works for the left page but not for the right one (it stilll got the left page) <br><br>Please find below an code extraction (i'm convinced this is an obvious but looking for too long)<br><br>Feel free if u see where i'm wrong<br><br>Thks in advance<br>Rgds<br>Eric<br><br>&nbsp; &nbsp; &nbsp; &nbsp; zPdf.LoadFromFile("c:\temp.dir\blank_pp1.pdf")<br>&nbsp; &nbsp; &nbsp; &nbsp; lRtn = zPdf.RotatePage(90)<br>&nbsp; &nbsp; &nbsp; &nbsp; lRtn = zPdf.SetPageSize("A4 Landscape")<br>&nbsp; &nbsp; &nbsp; &nbsp; lRtn = zPdf.SaveToFile("c:\temp.dir\blank_pt1.pdf")&nbsp;&nbsp;&nbsp; &gt;&gt;&gt; Left page is ok<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zPdf.LoadFromFile("c:\temp.dir\blank_pp1.pdf")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRtn = zPdf.RotatePage(180)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRtn = zPdf.SaveToFile("c:\temp.dir\blank_pp2.pdf") &gt;&gt;&gt;&gt; right page is at the bottom <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zPdf.LoadFromFile("c:\temp.dir\blank_pp2.pdf")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRtn = zPdf.RotatePage(270)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRtn = zPdf.SetPageSize("A4 Landscape")&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRtn = zPdf.SaveToFile("c:\temp.dir\blank_pt2.pdf") &gt;&gt;&gt;&gt;&gt; left page but inversed <br><br><br>]]>
   </description>
   <pubDate>Tue, 18 Jan 2011 13:15:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7490.html#7490</guid>
  </item> 
  <item>
   <title><![CDATA[A3 to A4 : Hi Eric!The MOST important thing:Don&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7489.html#7489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 18 Jan 11 at 12:19PM<br /><br />Hi Eric!<br><br>The MOST important thing:<br>Don't (NEVER) mix DA-functions with non-DA-functions!<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 18 Jan 2011 12:19:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7489.html#7489</guid>
  </item> 
  <item>
   <title><![CDATA[A3 to A4 : Ingo,Thanks for you reply &amp;amp;...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7488.html#7488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 18 Jan 11 at 9:54AM<br /><br />Ingo,<br><br>Thanks for you reply &amp; your welcome message. <br><br>Copypageranges does not work (documentation is very poor abour this function, especially using .net) , may be due to usage of DAFileOpen. <br><br>I found some differences depending on using DA or "normal" functions. Is there any datasheet on impact when using one or the other, and when to choose DA functions or "normal"<br><br>Still investigating ;-)<br><br>Rgds<br>Eric <br>]]>
   </description>
   <pubDate>Tue, 18 Jan 2011 09:54:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7488.html#7488</guid>
  </item> 
  <item>
   <title><![CDATA[A3 to A4 : Hi!Copy the A3-page to an A4-page.Rotate...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7486.html#7486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 17 Jan 11 at 3:37PM<br /><br />Hi!<br><br>Copy the A3-page to an A4-page.<br>Rotate the A3-page with 180 degree.<br>Copy the A3-page to another A4-page.<br>Rotate the other A4-page with 180 degree.<br>...It's only from my mind... should work ;-)<br><br>More details... here's the online-reference:<br>http://www.quickpdflibrary.com/help/quickpdf/FunctionGroups.php<br><br>Cheers and welcome here,<br>Ingo<br><br><br>]]>
   </description>
   <pubDate>Mon, 17 Jan 2011 15:37:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7486.html#7486</guid>
  </item> 
  <item>
   <title><![CDATA[A3 to A4 : Happy New Year to all of youDoes...]]></title>
   <link>http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7485.html#7485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 1711<br /><strong>Posted:</strong> 17 Jan 11 at 2:18PM<br /><br />Happy New Year to all of you<br><br>Does anyone try to split an A3 page to A4 pages. <br><br>Page contains roughly 10 images, so could not use the graphics facility to split pages.<br>So any help/advice will be welcome <br><br>Thks in advance<br><br>Rgds<br>Eric<br><br><br><br>]]>
   </description>
   <pubDate>Mon, 17 Jan 2011 14:18:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-to-a4_topic1711_post7485.html#7485</guid>
  </item> 
 </channel>
</rss>