<?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 : PDF file prints as blank 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 : PDF file prints as blank page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:37:24 +0000</pubDate>
  <lastBuildDate>Tue, 02 Jun 2009 19:09:18 +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=1095</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[PDF file prints as blank page : Hi Earl!If you want you can send...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5111.html#5111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 02 Jun 09 at 7:09PM<br /><br />Hi Earl!<br><br>If you want you can send me the document.<br>I'll try to print it ...<br>ingo -dot- schmoekel -at- ewetel -dot- net<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 02 Jun 2009 19:09:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5111.html#5111</guid>
  </item> 
  <item>
   <title><![CDATA[PDF file prints as blank page : Hi Ingo  Thanks for the feedback....]]></title>
   <link>http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5110.html#5110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1083">earlb</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 02 Jun 09 at 6:24PM<br /><br />Hi Ingo<DIV>&nbsp;</DIV><DIV>Thanks for the feedback.&nbsp; I tried PageScaling=2 but it still printed a blank page.&nbsp; There must be something else I am missing.&nbsp; I am using <FONT color=#000000><FONT size=2>QuickPDFAX0713.</FONT><FONT size=2>PDFLibrary.&nbsp; Is there anything else that influences page scaling?&nbsp; Could it be something in the PDF document that is preventing the page scaling or are there other settings that need to be in place for page scaling to work?&nbsp; On the off chance I also set the PageSize, to Letter,&nbsp;and&nbsp;PageDimensions, to 842 x 595,&nbsp;in two seperate tests&nbsp;but that did not help.&nbsp; The PDF document can be successfully&nbsp;printed from Adobe Reader.</FONT></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks</FONT></DIV><DIV><FONT size=2>Earl</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 02 Jun 2009 18:24:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5110.html#5110</guid>
  </item> 
  <item>
   <title><![CDATA[PDF file prints as blank page : Hi Earl!You should try PageScaling...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5105.html#5105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 02 Jun 09 at 6:14AM<br /><br />Hi Earl!<br><br>You should try PageScaling = 2 ("shrink large pages").<br>PageScaling = 1 is for boosting smaller pages up tp letter size.<br>The standard pdf-sizes are PSunits 842 x 595.<br>You can get these values with the functions PageHeight and PageWidth.<br>If these values are bigger than 842 x 595 then you should use "PageScaling = 2".<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 02 Jun 2009 06:14:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5105.html#5105</guid>
  </item> 
  <item>
   <title><![CDATA[PDF file prints as blank page : I am using c# and QuickPDF Library...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5104.html#5104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1083">earlb</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 01 Jun 09 at 8:42PM<br /><br /><P>I am using c# and QuickPDF Library 7.13 to print PDF documents.&nbsp; A PDF document with a page size = letter&nbsp;prints OK on a letter sized piece of paper&nbsp;but PDF documents that&nbsp;have a page size bigger than letter size, for example&nbsp;9.84 x 13.94 in., only produce a blank printed&nbsp;page.&nbsp; PageScaling is switched on which I thought would take care of printing larger page sizes onto a letter size piece of paper.&nbsp;&nbsp;Is PageScaling&nbsp;the right approach to print PDF documents that have a page size greater than letter size?&nbsp; Is there something else that I am overlooking?</P><P>The code that is being used follows the sample code included in the QuickPDF library:<BR>string PrinterName = qp.GetDefaultPrinterName();<BR>int StartPage = 1; // Set first page number<BR>int EndPage = qp.PageCount(); // Set last page number<BR>// Set the paramters for the PrintOptions function<BR>int PageScaling = 1;<BR>int AutoRotateCenter = 0;<BR>string Title = fileName;<BR>// Assign the options for printing to an int variable<BR>int Options = qp.PrintOptions(PageScaling, AutoRotateCenter, Title);<BR>// Print the document with the required paramters and options specified<BR>qp.PrintDocument(PrinterName, StartPage, EndPage, Options);&nbsp; </P><DIV>Thanks</DIV><DIV>Earl</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 01 Jun 2009 20:42:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-file-prints-as-blank-page_topic1095_post5104.html#5104</guid>
  </item> 
 </channel>
</rss>