Help for this page

Select Code to Download


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