in reply to Re^3: Finding the right PDF module
in thread Finding the right PDF module
Until you find the module, if you have a ps and want to convert it to a pdf you can simply cheat and use something like this in your script
system("ps2pdf $ps_input_file -o $pdf_output_file");
|
|---|