<?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 : Flip / Mirror - horizontally / vertically</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 : Flip / Mirror - horizontally / vertically]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 17:14:13 +0000</pubDate>
  <lastBuildDate>Tue, 24 Oct 2017 11:15:46 +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=3514</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[Flip / Mirror - horizontally / vertically : Interesting discussion :) ]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14008.html#14008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 24 Oct 17 at 11:15AM<br /><br />Interesting discussion :)<div><br></div>]]>
   </description>
   <pubDate>Tue, 24 Oct 2017 11:15:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14008.html#14008</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : I was certain that there had been...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14007.html#14007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 24 Oct 17 at 10:56AM<br /><br />I was certain that there had been a discussion here about using a matrix, and searched for it before my last posting, but it did not appear in the results!&nbsp; I even contributed (minimally) to the topic you started (and I had not remembered that it was you who asked for info).<div><br></div><div>Having said that, I cannot get either of the two 'matrix' API functions I mentioned to do anything useful.&nbsp; They return 1, which means that the matrix-transformed item was applied successfully, but it was not visible on the output.&nbsp; I tried this in the scripting utility, and I even patched one of my applications which applies an image to use DrawImageMatrix (with various settings), but all it does for me is make the applied image disappear.</div><div><br></div><div>Exactly as before, I await your findings with interest!</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 24 Oct 2017 10:56:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14007.html#14007</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : Thanks for you comment. I must...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14005.html#14005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 23 Oct 17 at 12:36PM<br /><br /><div>Thanks for you comment. I must try.<br></div><div><br></div><div>btw. as to your concerns about matrix, look here:</div><div>http://www.quickpdf.org/forum/drawcapturedpagematrix-matrix-howto_topic2932.html</div><div><br></div><div>ooops I know this guy, hay wait a moment it was me .. :)</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 23 Oct 2017 12:36:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14005.html#14005</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : I would approach this issue by...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14003.html#14003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 23 Oct 17 at 10:59AM<br /><br />I would approach this issue by capturing the page, and then using DrawCapturedPageMatrix with a suitable matrix which will flip it.&nbsp; Problem is that the quick PDF documentation assumes you know how to set up a transformation matrix, and I don't!&nbsp; In theory a negative scale should flip the image, but when I tried this running this function after modifying one of the provided scripts (the second one in 'page manipulation'), 1,0,0,1,0,0 did nothing and the same with -1,0,0,1,0,0.&nbsp; You could also try rendering the page to a bitmap and using drawimagematrix.&nbsp; Good luck!]]>
   </description>
   <pubDate>Mon, 23 Oct 2017 10:59:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14003.html#14003</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : little bump.Any body have some...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14001.html#14001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 22 Oct 17 at 5:48PM<br /><br />little bump.<br><br><div>Any body have some concepts ?<br>As you know I always share results of my works.<br><br>So if somebody could point me in to a good direction this can&nbsp;this can result in a nice result for everyone.</div><div><br></div><div>Regards,<br>mLipok</div><div><br></div>]]>
   </description>
   <pubDate>Sun, 22 Oct 2017 17:48:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post14001.html#14001</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : ... to be more specyfic: I do...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post13988.html#13988</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 15 Oct 17 at 12:32PM<br /><br />... to be more specyfic:&nbsp; &nbsp;I do not think about rotate feature.]]>
   </description>
   <pubDate>Sun, 15 Oct 2017 12:32:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post13988.html#13988</guid>
  </item> 
  <item>
   <title><![CDATA[Flip / Mirror - horizontally / vertically : I need to Flip / Mirror  page.Once...]]></title>
   <link>http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post13987.html#13987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3514<br /><strong>Posted:</strong> 15 Oct 17 at 3:00AM<br /><br />I need to Flip / Mirror&nbsp; &nbsp; page.<br>Once horizontally / sometimes vertically .<div><br></div><div>Do you have any conceptual idea how to make it happend ?</div><div><br></div><div>Regards,<br>mLipok</div><div><br></div>]]>
   </description>
   <pubDate>Sun, 15 Oct 2017 03:00:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/flip-mirror-horizontally-vertically_topic3514_post13987.html#13987</guid>
  </item> 
 </channel>
</rss>