- or download this
% if($ddc_generatePDF)
% {
...
fileName => 'D:/project1/printouts/mypdf.pdf'
&>
% }
- or download this
<%args>
data
...
PDF::Reuse::prFile($fileName);
...some other commands...
PDF::Reuse::prEnd();
- or download this
<%args>
$fileName
...
$subr->run;
$m->abort;
</%init>