<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Nov 2015 19:18:00 Z</lastBuildDate><pubDate>1 Nov 2015 19:18:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm trying to print a duplicate of a rather complex printout (made using iPrint-commands) not only to the printer but as well to a PDF document.&#13;
&#13;
The plan is to print a duplicate into a \Temp directory first by defining it with iParameterDuplicate(..) which works well, the .dpl-file sits in the \Temp directory just as planned.&#13;
&#13;
Next, I want to make the PDF from the .dpl file and this doesn't work at all .. I'd be thankful for any good ideas&#13;
&#13;
DateiName = CompleteDir(fExeDir())+"PDF_Fakturenjournale\"+Today()+"_"+Left(Now(),6)+"_"+VONDAT+"_"+BISDAT+"_Fakturenjournal.PDF"&#13;
iConfigure(NoSpace(USTAMM.US_REDRUCKER))&#13;
iParameter("DEFAULT=NO")&#13;
iParameter("ORIENTATION=LANDSCAPE")&#13;
iDestination(iGenericPDF,DateiName)&#13;
iPrintDuplicate(ExtractString(iLastFile(iListDuplicate),1,CR))&#13;
&#13;
The .dpl-filename is correct, the new file name for the pdf seems to be correct as well .. but the pdf doesn't show up in the destination directory ..</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54765-wd20-idestination-iprintduplicate/read.awp</link><title>[WD20] iDestination, iPrintDuplicate ...</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
