<?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 : How to draw mirrored 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 : How to draw mirrored page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 17:08:22 +0000</pubDate>
  <lastBuildDate>Wed, 10 Apr 2013 14:07:14 +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=2591</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[How to draw mirrored page : Thank you AndrewYour&amp;#039;s example...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10708.html#10708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1948">Proset</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 10 Apr 13 at 2:07PM<br /><br />Thank you Andrew<br><br>Your's example much more simple &amp; clear. <br><br>So negative width is a horizontal mirror &amp; negative height is vertical mirror.<br>Adjusting x,y I'm can draw copies in required places.<br><br>Serge<br><br><br><br><br>]]>
   </description>
   <pubDate>Wed, 10 Apr 2013 14:07:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10708.html#10708</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : Here is some interesting code...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10704.html#10704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 10 Apr 13 at 8:33AM<br /><br />Here is some interesting code you might enjoy<div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.LoadFromFile("testdebenu (1).pdf", "");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DeletePages(2, 99999); &nbsp; // Make sure we only have 1 page</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; double pw = QP.PageWidth() / 2;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; double ph = QP.PageHeight() / 2;</div><div><br></div><div><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.NewPage();</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int capId = QP.CapturePage(1);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SelectPage(1);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawCapturedPage(capId, pw, ph, pw, ph);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawCapturedPage(capId, pw, ph, -pw, ph);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawCapturedPage(capId, pw, ph, pw, -ph);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawCapturedPage(capId, pw, ph, -pw, -ph);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("out.pdf");</div></div><div><br></div><div>If you need to use a negative width or height then you need to adjust you x, y position accordingly.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Wed, 10 Apr 2013 08:33:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10704.html#10704</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : So I&amp;#039;m trying this sequence:int...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10691.html#10691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1948">Proset</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 09 Apr 13 at 6:12AM<br /><br />So I'm trying this sequence:<br><br>int Result=qp.NewContentStream();<br>qp.SetContentStreamFromVariant(BytesMessage1);<br>qp.MoveContentStream(Result, 1);<br><br>Where "ByteMessage1" is a converted string with transformation matrix(I'm mentioned above)<br><br>For my simple file it works quite well.<br><br><br>]]>
   </description>
   <pubDate>Tue, 09 Apr 2013 06:12:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10691.html#10691</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : Hi!Like i&amp;#039;ve told:You have...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10684.html#10684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 06 Apr 13 at 4:57PM<br /><br />Hi!<br><br>Like i've told:<br>You have to do it by your own and with your own calculations.<br>QP won't support it directly.<br>Have a look in the developer guide and the reference to see what's possible and what not.<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Sat, 06 Apr 2013 16:57:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10684.html#10684</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : Hi IngoSo I&amp;#039;m made one sample...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10683.html#10683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1948">Proset</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 06 Apr 13 at 7:14AM<br /><br />Hi Ingo<br>So I'm made one sample pdf &amp; then mirror it by Quite plugin.<br>Then I'm examine content with RUPS utility<br>So in mirrored file I'm found an additional stream placed before main stream with data<br>It contents:<br>-1 0 0 1 144.57 0 cm<br>This is a transfomation matrix.<br>So could you give me some guidelines how I'm can place this matrix in my PDF content with QP library functions?<br>Best regards<br>Serge<br><br><br>]]>
   </description>
   <pubDate>Sat, 06 Apr 2013 07:14:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10683.html#10683</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : Hi!QuickPDF offers the rotate...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10682.html#10682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 05 Apr 13 at 7:54PM<br /><br />Hi!<br><br>QuickPDF offers the rotate functionality...<br>If this won't feed your needs only personal maths/calculations will bring you success i fear ;-)<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Fri, 05 Apr 2013 19:54:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10682.html#10682</guid>
  </item> 
  <item>
   <title><![CDATA[How to draw mirrored page : Is it possible to draw mirrored...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10679.html#10679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1948">Proset</a><br /><strong>Subject:</strong> 2591<br /><strong>Posted:</strong> 05 Apr 13 at 3:28PM<br /><br />Is it possible&nbsp; to draw mirrored page with DrawCapturedPage or some other method?<br>I'm can draw images by use imagematrix function, but could it possible with captured page?<br><br><br>]]>
   </description>
   <pubDate>Fri, 05 Apr 2013 15:28:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-draw-mirrored-page_topic2591_post10679.html#10679</guid>
  </item> 
 </channel>
</rss>