|
|
| version 1.5, 2013/11/23 02:57:44 | version 3.0, 2013/12/31 03:47:23 |
|---|---|
| Line 605 foreach my $stripname ( sort keys %strip | Line 605 foreach my $stripname ( sort keys %strip |
| # write the output to a file | # write the output to a file |
| $p->output("gobook.ps"); | $p->output("gobook.ps"); |
| # use ghostscript to convert to pdf ... | |
| `gs -q -dNOPAUSE -dSAFER -dBATCH -sDEVICE=pdfwrite -sOutputFile=gobook.pdf gobook.ps`; | |
| exit 0; | exit 0; |
| sub startpage { | sub startpage { |