<?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 : Printing - Fit Document</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 : General Discussion : Printing - Fit Document]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 09:50:14 +0000</pubDate>
  <lastBuildDate>Thu, 20 Jul 2017 19:16:23 +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=3486</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[Printing - Fit Document : These two categories will help...]]></title>
   <link>http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13869.html#13869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3486<br /><strong>Posted:</strong> 20 Jul 17 at 7:16PM<br /><br />These two categories will help:<div>http://www.debenu.com/docs/pdf_library_reference/RenderingAndPrinting.php</div><div>http://www.debenu.com/docs/pdf_library_reference/ImageHandling.php</div><div>If there are further probs you can search here:</div><div>http://www.debenu.com/docs/pdf_library_reference/Search.php</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 20 Jul 2017 19:16:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13869.html#13869</guid>
  </item> 
  <item>
   <title><![CDATA[Printing - Fit Document : I understand.What about if i set...]]></title>
   <link>http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13868.html#13868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2967">davidgm</a><br /><strong>Subject:</strong> 3486<br /><strong>Posted:</strong> 20 Jul 17 at 5:19PM<br /><br />I understand.<br><br>What about if i set a paper size manually, that keeps the original aspect ratio of the document, but fits as max as possible into an A4 ?<br><br>Thank you.<br>]]>
   </description>
   <pubDate>Thu, 20 Jul 2017 17:19:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13868.html#13868</guid>
  </item> 
  <item>
   <title><![CDATA[Printing - Fit Document : Hi David,option &amp;#034;fit to page&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13867.html#13867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3486<br /><strong>Posted:</strong> 20 Jul 17 at 12:58PM<br /><br />Hi David,<br><br>option "fit to page" will try to fit all sides<br>but it will keep always the original aspect ratio.<br>Due to this it won't be possible to morph 140x210 to 210x297.<br><br>Cheers and welcome here,<br>Ingo<br><br><br>]]>
   </description>
   <pubDate>Thu, 20 Jul 2017 12:58:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13867.html#13867</guid>
  </item> 
  <item>
   <title><![CDATA[Printing - Fit Document : Hello,I got a PDF document with...]]></title>
   <link>http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13866.html#13866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2967">davidgm</a><br /><strong>Subject:</strong> 3486<br /><strong>Posted:</strong> 20 Jul 17 at 11:34AM<br /><br />Hello,<br><br>I got a PDF document with a paper size of 140x210mm.<br><br>I use the following code to print to A4 (210x297 mm):<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var custom = QP.NewCustomPrinter("My Printer");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var iPrintOptions = QP.PrintOptions(0, 0, "Printing Sample");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.PrintDocument(custom, 1, 1, iPrintOptions);<br><br>The document is printed, and it does not fit the page fully, as expected.<br><br>If i try to change the print options, according to the documentation i should set PageScaling to 1 to Fit to Paper:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var iPrintOptions = QP.PrintOptions(1, 0, "Printing Sample");<br><br>I execute the code, and the document is printed, but, it does not fit the page "correctly".<br><br>The size of the document is increased from 140x210 to 210x297, but it is "cropped" to (0,0,140,297), and the area outside this box is white.<br><br>Is there a way to fit the document properly to an A4 ?<br><br>Thank you very much<br><br>]]>
   </description>
   <pubDate>Thu, 20 Jul 2017 11:34:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printing-fit-document_topic3486_post13866.html#13866</guid>
  </item> 
 </channel>
</rss>