<?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 : how to let get GetPrinterDevModeToString  printDi</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 : how to let get GetPrinterDevModeToString  printDi]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 06:55:49 +0000</pubDate>
  <lastBuildDate>Fri, 19 Jun 2020 02:12:24 +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=3820</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[how to let get GetPrinterDevModeToString  printDi : finally, I got contact with Foxit.and...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15276.html#15276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2426">mitchellhu</a><br /><strong>Subject:</strong> 3820<br /><strong>Posted:</strong> 19 Jun 20 at 2:12AM<br /><br />finally, I got contact with Foxit.<br>and they prove&nbsp;<span style="font-family: C&#111;nsolas; font-size: 14.7px;">GetPrinterDevModeToString(</span><wbr style="font-family: C&#111;nsolas; font-size: 14.7px;"><span style="font-family: C&#111;nsolas; font-size: 14.7px;">MyPrinter)</span><font face="C&#111;nsolas"><span style="font-size: 14.7px;">&nbsp;function contains a bug in QPL before version 18.11. also , they apply a alternative&nbsp;solution to get DeMode Sting as below:<br></span></font><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">var</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;DevModeString: AnsiString;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;PrinterName: string;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas; min-height: 18px;"><span style="font-kerning: n&#111;ne;"></span><br></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">procedure TForm1.btnGetDevModClick(<wbr>Sender: TObject);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">var</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;MyPrinter, MyDriver, MyPort: array&#091;0..255&#093; of Char;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;DeviceHandle: THandle;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;DevMode: PDeviceMode;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;DevModeLen: Integer;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;if PrinterSetupDialog1.Execute then</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;Printer.GetPrinter(MyPrinter, MyDriver, MyPort, DeviceHandle);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas; min-height: 18px;"><span style="font-kerning: n&#111;ne;"></span><br></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;// This function contains a bug in QPL before version 18.11</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;// DevModeString := QP.GetPrinterDevModeToString(<wbr>MyPrinter);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas; min-height: 18px;"><span style="font-kerning: n&#111;ne;"></span><br></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;// Get the devmode string directly from the printer</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;if DeviceHandle &lt;&gt; 0 then</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp;&nbsp;DevMode := GlobalLock(DeviceHandle);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp;&nbsp;if (SizeOf(DevMode^) = DevMode^.dmSize) then</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp;&nbsp;begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;DevModeLen := DevMode^.dmSize + DevMode^.dmDriverExtra;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;SetLength(DevModeString, DevModeLen);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;if (DevModeLen &gt; 0) then</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Move(DevMode^, DevModeString&#091;1&#093;, DevModeLen);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;end;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp;&nbsp;end;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp; &nbsp;&nbsp;GlobalUnlock(DeviceHandle);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;end;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas; min-height: 18px;"><span style="font-kerning: n&#111;ne;"></span><br></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp; &nbsp;&nbsp;PrinterName := MyPrinter;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;end;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">end;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas; min-height: 18px;"><span style="font-kerning: n&#111;ne;"></span><br></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">procedure TForm1.btnPrintClick(Sender: TObject);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">var</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;CustomPrinter: string;</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">begin</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.<wbr>SetPrinterDevModeFromString(<wbr>DevModeString);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;CustomPrinter := QP.NewCustomPrinter(<wbr>PrinterName);</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.DrawText(100, QP.PageHeight - 100, 'Top Left');</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.DrawText(100, 100, 'Bottom Left');</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.DrawText(QP.PageWidth - 100, 100, 'Bottom Right');</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.DrawText(QP.PageWidth - 100, QP.PageHeight - 100, 'Top Right');</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">&nbsp;&nbsp;QP.PrintDocument(<wbr>CustomPrinter, 1, 1, QP.PrintOptions(1, 0, 'My Doc'));</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;">end;<br><br>so, case close.<br>Thanks for Ingo's replay , let me try to contact to again and again . Ha! Ha!<br>finally...... Foxit/Debenu still good as usual!</span></p><p style="margin: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14.7px; line-height: normal; font-family: C&#111;nsolas;"><span style="font-kerning: n&#111;ne;"><br></span></p>]]>
   </description>
   <pubDate>Fri, 19 Jun 2020 02:12:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15276.html#15276</guid>
  </item> 
  <item>
   <title><![CDATA[how to let get GetPrinterDevModeToString  printDi : try to some test , still not work.....I...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15272.html#15272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2426">mitchellhu</a><br /><strong>Subject:</strong> 3820<br /><strong>Posted:</strong> 17 Jun 20 at 3:24PM<br /><br />try to some test , still not work.....I do not know why<br>=============================================================<br><div>//button1 : get the printer 'CutePDF Writer'&nbsp;<span style=": rgb251, 251, 253;">DevMode data to AnsiString variable :</span>&nbsp;DeModeString<br><div>=============================================================</div><div>procedure TForm1.Button1Click(Sender: TObject);</div><div>var</div><div>&nbsp; QP : TDebenuPDFlibrary1211;</div><div>begin</div><div>&nbsp; if PrinterSetupDialog1.Execute then // change the papersize form A4 to A2</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; QP := TDebenuPDFlibrary1211.Create;</div><div>&nbsp; &nbsp; DeModeString := QP.GetPrinterDevModeToString('CutePDF Writer');</div><div>&nbsp; &nbsp; QP.Free;</div><div>&nbsp; end;</div><div>end;<br><br></div></div><div>==============================================================</div><div><div>Button3: set newprinter('CutePDF Writer') and set&nbsp;<span style=": rgb251, 251, 253;">DevMode data from&nbsp;</span><span style=": rgb251, 251, 253;">AnsiString variable :</span>&nbsp;DeModeString</div><div>==============================================================</div><div>procedure TForm1.Button3Click(Sender: TObject);</div><div>VAR</div><div>&nbsp; QP : TDebenuPDFlibrary1211;</div><div>&nbsp; printoptions : Integer;</div><div>&nbsp; newPrinter : string;</div><div>begin</div><div>&nbsp; &nbsp;QP := TDebenuPDFlibrary1211.Create;</div><div>&nbsp; &nbsp;QP.UnlockKey('myregkey');</div><div>&nbsp; &nbsp;QP.LoadFromFile(sFilenameEdit1.Text,'');</div><div>&nbsp; &nbsp;printoptions := QP.PrintOptions(1, 0, 'test');</div><div>&nbsp; &nbsp;newPrinter := QP.NewCustomPrinter('CutePDF Writer');</div><div>&nbsp; &nbsp;QP.SetPrinterDevModeFromString(DeModeString);</div><div>&nbsp; &nbsp;QP.PrintDocument(newPrinter , 1, 1, printoptions); //</div><div>&nbsp; &nbsp;Qp.Free</div><div>end;</div></div><div>===========================================================<br>but the print out file size is A4 not A2<br><br>I do not know why?</div><div><br></div><span style="font-size:10px"><br /><br />Edited by Ingo - 17 Jun 20 at 6:30PM</span>]]>
   </description>
   <pubDate>Wed, 17 Jun 2020 15:24:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15272.html#15272</guid>
  </item> 
  <item>
   <title><![CDATA[how to let get GetPrinterDevModeToString  printDi : Thanks for you replay.I make a...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15271.html#15271</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2426">mitchellhu</a><br /><strong>Subject:</strong> 3820<br /><strong>Posted:</strong> 17 Jun 20 at 12:31AM<br /><br />Thanks for you replay.<br>I make a support on Foxit/Denbenu web last week, but still have no any replay from then.<br>I buy DebenuPdflibray1211 for Delphi form Denbenu.&nbsp;<br>Before Denbenu merge into Foxit, Denbenu always help me to solve problem quickly , but even get a reply is impossible.&nbsp;<br>sorry for my bad English ability, maybe I miss some contact information on the web site.&nbsp;<br>please show me the correct way(mail) to contact them.<br><br>Thank you.]]>
   </description>
   <pubDate>Wed, 17 Jun 2020 00:31:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15271.html#15271</guid>
  </item> 
  <item>
   <title><![CDATA[how to let get GetPrinterDevModeToString  printDi : &amp;#034;...Why Debenu/Foxit support...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15270.html#15270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3820<br /><strong>Posted:</strong> 12 Jun 20 at 8:49PM<br /><br />"...<br>Why Debenu/Foxit support system seems not working any more?<br>..."<br><br>There was another user few days ago telling about good contact with the support team.<br>For me it's the same... I send normal emails and i get an answer.<br>Perhaps you want to discuss a problem which can't be solved with QuickPDF?<br><br>]]>
   </description>
   <pubDate>Fri, 12 Jun 2020 20:49:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15270.html#15270</guid>
  </item> 
  <item>
   <title><![CDATA[how to let get GetPrinterDevModeToString  printDi : 1.DenbenuPdf library Version :...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15269.html#15269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2426">mitchellhu</a><br /><strong>Subject:</strong> 3820<br /><strong>Posted:</strong> 12 Jun 20 at 3:19AM<br /><br /><div>1.DenbenuPdf library Version : DebenuPDFLibrary1211</div><div>2.Develop Tool : Delphi Xe2 update 4</div><div><br></div><div>Try to use GetPrinterDevModeToString to save Delphi TPrinterDialog setting;</div><div>but I found it is seem impossibe, because the Delphi TprinterDialg no any printsettings</div><div>variable to keep setting.&nbsp;</div><div><br></div><div>I use QP.GetPrinterDevModeToString to keep the settings, but it seems get the default setting only,</div><div>so use use QP.SetPrinterDevModeFromString and QP.PrintDocument will get print PDf file size no as expected.<br><br>nomorely, a MS Excel file can be setup print size by its printsetupDialg , then print the right size as he/she need. so , I think Debenupdf library could do it correctly also,&nbsp;<br>Please give some suggestion.<br>//P.S: Why Debenu/Foxit support system seems not working any more!!!</div>]]>
   </description>
   <pubDate>Fri, 12 Jun 2020 03:19:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-let-get-getprinterdevmodetostring-printdi_topic3820_post15269.html#15269</guid>
  </item> 
 </channel>
</rss>