<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Apr 2015 21:59:00 Z</lastBuildDate><pubDate>6 Apr 2015 18:22:00 Z</pubDate><description>IF iConfigure() THEN&#13;
IMG_PrintCopy = sTempImageName&#13;
&#13;
sBitmapInfo = BitmapInfo(sTempImageName)&#13;
IMG_PrintCopy..Width = ExtractString(sBitmapInfo, 2,TAB)&#13;
IMG_PrintCopy..Height = ExtractString(sBitmapInfo, 3,TAB)&#13;
&#13;
FOR i = 1 _TO_ IMG_PrintCopy..NumberPage&#13;
IMG_PrintCopy..PageNumber = i&#13;
iPrintImage(IMG_PrintCopy,0,0,IMG_PrintCopy..Width,IMG_PrintCopy..Height)&#13;
&#13;
IF i &lt; IMG_PrintCopy..NumberPage THEN&#13;
iSkipPage()&#13;
END&#13;
END&#13;
iEndPrinting()&#13;
END&#13;
&#13;
This code only prints the first page. If there are 4 pages it will print the first page 4 times. How should this be done. I found an old example at the link below, but there has to be a better way. Also, if I use the method below, the image quality gets worse when saving to another image format to print.&#13;
&#13;
&#13;
http://27130.foren.mysnip.de/read.php?27131,35151,35157#msg-35157</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf/read.awp</link><title>[WD19] How to print a multi page pdf.</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51368/read.awp</comments><pubDate>6 Apr 2015 21:59:00 Z</pubDate><description>Thanks.&#13;
&#13;
iParameter(iPaperSize, iPaperSize_Letter) seems to make everything look better. I also made sure to remove the border…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51368/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51368/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf/read.awp">[WD19] How to print a multi page pdf.</source><title>Re: [WD19] How to print a multi page pdf.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51367/read.awp</comments><pubDate>6 Apr 2015 20:05:00 Z</pubDate><description>Hi Curtis,&#13;
&#13;
1rst, a remark. I think that you should do this:&#13;
// Resize the image control&#13;
sBitmapInfo = BitmapInfo(sTempFile)…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51367/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51367/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf/read.awp">[WD19] How to print a multi page pdf.</source><title>Re: [WD19] How to print a multi page pdf.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51366/read.awp</comments><pubDate>6 Apr 2015 19:31:00 Z</pubDate><description>IF iConfigure() THEN // Include the PDF in a temporary image HExtractMemo(CustomerDoc,Doc,sTempFile) IMG_PrintCopy = sTempFile /…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51366/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf-51366/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51356-wd19-how-print-multi-page-pdf/read.awp">[WD19] How to print a multi page pdf.</source><title>Re: [WD19] How to print a multi page pdf.</title></item></channel></rss>
