Hi Mihai.
we got a little further but still has problems.
It only print the first job, all the others got held and on a firefox print instead of the normal printout it printed a text with GLOB.
Also i think there's another problem at line 290.
It is assuming that TMPDIR is at /tmp that in the case of this system
idnr=id -u $USER
TMPDIR="/tmp/.${idnr}.
--
Regards.
Helmer Teles
“Sent from My Linux Operating System”
Please don't send me proprietary file formats, use ISO standard ODF instead (ISO/IEC 26300)
On Monday 15 June 2015 14:39:23 Mihai Moldovan wrote:
Ah! Wait, this did fix your problem. You're just running into another one now.
This shouldn't end in ".pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX.pdfX .pdfX" but in ".XXXXXXXXXXXXXXXX".
Please change lines 201 to 203 to:
my $ps_template = $template . "X" x 16; my $pdf_template = $template . ".pdf" . "X" x 16; my $title_template = $template . ".pdf.title" . "X" x 16;
My bad on that one, too...