<?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 : A3 printing [SOLVED]</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 : A3 printing [SOLVED]]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 27 Jun 2026 20:47:28 +0000</pubDate>
  <lastBuildDate>Wed, 04 Mar 2009 03:29:51 +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=1018</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[A3 printing [SOLVED] : Hi all,I finally solved my problem...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4801.html#4801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=980">Eddy</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 04 Mar 09 at 3:29AM<br /><br />Hi all,<br>I finally solved my problem !<br>It was very strange... <br>In fact, I was trying to print with a High quality (1) and the printer (an HP K8900) wasn't able to manage it ! If I change the quality to 2 or higher, it works.<br>Thank you Ingo and Delbeke for your help.<br>Eddy<br>]]>
   </description>
   <pubDate>Wed, 04 Mar 2009 03:29:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4801.html#4801</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] : Hi Eddy!I think in the security...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4795.html#4795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 03 Mar 09 at 4:28AM<br /><br />Hi Eddy!<br><br>I think in the security settings of your pdf-document printing seems to be not allowed?<br>Fit means if it's too small (eg A5) it will be larger if the printer is A4 for example.<br>Shrink means (eg A3) compress it to see all on A4-printing.<br>You're right... That's actually not clear - "Fit" should be enough ;-)<br><br>Cheers, Ingo<br>&nbsp;<br>]]>
   </description>
   <pubDate>Tue, 03 Mar 2009 04:28:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4795.html#4795</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] : Thanks you Ingo and Delbeke.Unfortunatly,...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4794.html#4794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=980">Eddy</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 03 Mar 09 at 3:27AM<br /><br />Thanks you Ingo and Delbeke.<br>Unfortunatly, I've also tried out with the code&nbsp; below :<br>oPdf.SetupCustomPrinter sPrinterName, 1, 8 but it does nothing more : only blank pages.<br>Ingo, I've tried also with the printoption pagescalling set on 2, but with no effects anymore. By the way, what is the difference between fit to pagper (1)&nbsp; and Shrink large pages (2) ?<br>Thanks in advance.<br>Eddy<br><br>]]>
   </description>
   <pubDate>Tue, 03 Mar 2009 03:27:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4794.html#4794</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] :  Hi again!In addition to Jean-Luc...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4791.html#4791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 02 Mar 09 at 3:43PM<br /><br />Hi again!<br><br>In addition to Jean-Luc suggestion here something about SetupCustomPrinter:<br><br>SetupCustomPrinter<br>Description<br>Changes the properties of a custom printer created with the NewCustomPrinter&nbsp; function.<br>Definition<br>Function SetupCustomPrinter(CustomPrinterName As String,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Setting&nbsp; As Long,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NewValue&nbsp; As Long) As Long<br><br>Parameters<br><br>CustomPrinterName<br>A custom printer name, as returned by the NewCustomPrinter&nbsp; function.<br><br>Setting <br>1 = Paper size<br>2 = Paper length<br>3 = Paper width<br>4 = Copies<br>5 = Print quality<br>6 = Color<br>7 = Duplex<br>8 = Collate<br>9 = Default source (paper trays / bins)<br>10 = Media type<br>11 = Orientation<br><br>NewValue For paper size:<br>1 to 68, see DMPAPER_XXX values in Win32 API documentation for<br>DEVMODE data structure.<br>For paper height and width:<br>Size of paper in tenths of millimetres<br>For copies:<br>Number of copies<br>For print quality:<br>1 = high<br>2 = medium<br>3 = low<br>4 = draft<br>For color:<br>1 = monochrome<br>262<br>262270 Rendering<br>The Colden Group LLC<br>2 = color<br>For duplex:<br>1 = simplex<br>2 = vertical duplex<br>3 = horizontal duplex<br>For collate:<br>0 = no<br>1 = yes<br>For default source:<br>1 to 15, see DMBIN_XXX values in Win32 API documentation for DEVMODE<br>data structure.<br>256 and higher for custom bins / paper trays.<br>See the GetPrinterBins&nbsp; function.<br>For media type:<br>1 = standard<br>2 = transparency<br>3 = glossy<br>256 and higher for device-specific media<br>For orientation:<br>1 = portrait<br>2 = landscape<br>Returns<br>0 The custom printer could not be found, or the Settings or NewValue parameters<br>were invalid.<br>1 The custom printer settings were changed successfully<br><span style="font-size:10px"><br /><br />Edited by Ingo - 02 Mar 09 at 3:45PM</span>]]>
   </description>
   <pubDate>Mon, 02 Mar 2009 15:43:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4791.html#4791</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] :  Hi Eddy!I&amp;#039;m using the code...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4790.html#4790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 02 Mar 09 at 3:38PM<br /><br />Hi Eddy!<br><br>I'm using the code below ...<br><br>Cheers, Ingo<br><br>&nbsp;&nbsp;&nbsp; QP := TiSEDQuickPDF.Create;<br>&nbsp;&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.UnlockKey('mykey');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.LoadFromFile(Edit1.text);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If QP.Encrypted &gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.Unencrypt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pc := QP.PageCount;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prName&nbsp;&nbsp;&nbsp;&nbsp; := QP.GetDefaultPrinterName();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If ( Pos(' on ',prName) &gt; 0 ) then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prName := System.Copy(prName,1,Pos(' on ',prName)-1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prOptions&nbsp; := QP.PrintOptions(2, 1, Edit1.Text);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.PrintDocument(prName, 1, pc, prOptions);<br>&nbsp;&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.Free;<br>&nbsp;&nbsp;&nbsp; end;<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 02 Mar 09 at 3:41PM</span>]]>
   </description>
   <pubDate>Mon, 02 Mar 2009 15:38:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4790.html#4790</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] : I don&amp;#039;t know waht happens Perhaps...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4786.html#4786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=129">DELBEKE</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 02 Mar 09 at 1:24PM<br /><br /><P>I don't know waht happens</P><P>Perhaps setting the PaperSize?</P><DIV>oPdf.SetupCustomPrinter sPrinterName, 4, 8 'Format A3</DIV>]]>
   </description>
   <pubDate>Mon, 02 Mar 2009 13:24:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4786.html#4786</guid>
  </item> 
  <item>
   <title><![CDATA[A3 printing [SOLVED] :  I&amp;#039;ve got an A3 printer...]]></title>
   <link>http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4785.html#4785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=980">Eddy</a><br /><strong>Subject:</strong> 1018<br /><strong>Posted:</strong> 02 Mar 09 at 11:44AM<br /><br />I've got an A3 printer and I produce A3 pdf files. I would like to print them on my printer... <br>When I do so, I obtain a... whtie page, with noting on !<br>My code is :<br><br>"<br>&nbsp;&nbsp;&nbsp; sPrinterName = oPdf.NewCustomPrinter(sMyPrinter)<br><br>&nbsp;&nbsp;&nbsp; oPdf.SetupCustomPrinter sPrinterName, 4, frmCustomImpr.iNbCopies&nbsp;&nbsp; 'Nb de copies<br>&nbsp;&nbsp;&nbsp; oPdf.SetupCustomPrinter sPrinterName, 5, frmCustomImpr.iQuality &nbsp;&nbsp; 'Qualité<br>&nbsp;&nbsp;&nbsp; oPdf.SetupCustomPrinter sPrinterName, 6, frmCustomImpr.iCoulor&nbsp;&nbsp;&nbsp; 'Couleur<br>&nbsp;&nbsp;&nbsp; oPdf.SetupCustomPrinter sPrinterName, 7, frmCustomImpr.iRectoVerso 'Duplex<br>&nbsp;&nbsp;&nbsp; oPdf.SetupCustomPrinter sPrinterName, 8, frmCustomImpr.iCollate&nbsp;&nbsp;&nbsp; 'Copies groupées ou non<br><br>&nbsp;&nbsp;&nbsp; oPdf.PrintDocument sPrinterName, 1, 1, 2, oPdf.PrintOptions(1, 1, "PDF printing : mydoc.pdf")<br><br>"<br>Do I do something wrong ?<br>Thank you<br>Eddy<br><span style="font-size:10px"><br /><br />Edited by Eddy - 04 Mar 09 at 3:32AM</span>]]>
   </description>
   <pubDate>Mon, 02 Mar 2009 11:44:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a3-printing-solved_topic1018_post4785.html#4785</guid>
  </item> 
 </channel>
</rss>