<?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 : PDFLibrary.PrintDocument with blanc 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 : PDFLibrary.PrintDocument with blanc page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 16 Jun 2026 05:39:33 +0000</pubDate>
  <lastBuildDate>Thu, 18 Jun 2015 12:17:43 +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=3096</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[PDFLibrary.PrintDocument with blanc page : I have similar problem. I&amp;#039;m...]]></title>
   <link>http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12558.html#12558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2749">agat</a><br /><strong>Subject:</strong> 3096<br /><strong>Posted:</strong> 18 Jun 15 at 12:17PM<br /><br />I have similar problem. I'm trying to print pdf file with printDocument function.<br>This document is supposed have an image (it is a scan) on the first page and a text on the second page.<br><br>The problem is that printout contains first blank page where supposed to be an image (the second page is correctly filled with text)<br><br>I tried to use renderDocumentToFile function and it gives same result.<br>When I just save the document and reopen, both text and image are present.<br><br>my code:<br><br>&nbsp; var QP = new QuickPDF();<br>&nbsp; DebenuPDFLibraryDLL1014.PDFLibrary pdf = QP.unlockLibrary();<br><br>&nbsp; string f = "C:\temp\file.pdf";&nbsp;&nbsp;&nbsp; <br>&nbsp; pdf.LoadFromFile(f, "");<br>&nbsp; int n = pdf.PageCount();<br>&nbsp; string printer = pdf.GetDefaultPrinterName();&nbsp; <br>&nbsp; int result = pdf.PrintDocument(printer, 1, n, 0);<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 18 Jun 2015 12:17:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12558.html#12558</guid>
  </item> 
  <item>
   <title><![CDATA[PDFLibrary.PrintDocument with blanc page : I would suggest making a call...]]></title>
   <link>http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12417.html#12417</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 3096<br /><strong>Posted:</strong> 29 Mar 15 at 1:09PM<br /><br />I would suggest making a call to <a href="http://www.debenu.com/docs/pdf_library_reference/Render&#068;ocumentToFile.php" target="_blank" rel="nofollow">RenderDocumentToFile</a>&nbsp;after the LoadFromStream call to ensure that the PDF can be successfully rendered to an image. That will confirm whether the file is loading and rendering correctly. If that is successful then the problem obviously lies with the printing side of things.<div><br></div><div>When displaying an image of a PDF onscreen or printing one to paper the same rendering process is required, so this will help to see where the problem is.</div>]]>
   </description>
   <pubDate>Sun, 29 Mar 2015 13:09:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12417.html#12417</guid>
  </item> 
  <item>
   <title><![CDATA[PDFLibrary.PrintDocument with blanc page : I use PDFLibrary.PrintDocument...]]></title>
   <link>http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12414.html#12414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2717">iosam</a><br /><strong>Subject:</strong> 3096<br /><strong>Posted:</strong> 26 Mar 15 at 5:22PM<br /><br />I use PDFLibrary.PrintDocument and when I execute my function the printed page is only white. <br><br>Here is my code to print a pdf from a Memorystream<br><br>DFLibrary.LoadFromStream(PDFStream, ''); <br>printoptions := PDFLibrary.PrintOptions(1, 0, '');<br>nret := PDFLibrary.PrintDocument(printer, 1, 1, printoptions);<br><br>is there something that I forgot?<br><br><br><br><br><br><br>]]>
   </description>
   <pubDate>Thu, 26 Mar 2015 17:22:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdflibraryprintdocument-with-blanc-page_topic3096_post12414.html#12414</guid>
  </item> 
 </channel>
</rss>