Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Template/HTML.pm | ||
---|---|---|
70 | 70 |
$psfile .= ".ps"; |
71 | 71 |
} |
72 | 72 |
|
73 |
system("html2ps -f html2ps-config < $form->{tmpfile} > $psfile");
|
|
73 |
system($::lx_office_conf{applications}->{html2ps} . " -f html2ps-config < $form->{tmpfile} > $psfile");
|
|
74 | 74 |
if ($?) { |
75 | 75 |
$self->{"error"} = $form->cleanup(); |
76 | 76 |
$self->cleanup(); |
... | ... | |
103 | 103 |
$pdffile .= ".pdf"; |
104 | 104 |
} |
105 | 105 |
|
106 |
system("html2ps -f html2ps-config < $form->{tmpfile} | ps2pdf - $pdffile");
|
|
106 |
system($::lx_office_conf{applications}->{html2ps} . " -f html2ps-config < $form->{tmpfile} | ps2pdf - $pdffile");
|
|
107 | 107 |
if ($?) { |
108 | 108 |
$self->{"error"} = $form->cleanup(); |
109 | 109 |
$self->cleanup(); |
Auch abrufbar als: Unified diff
Globale Variablen nach %::lx_office_conf verschoben
Betroffen sind:
$sendmail
$openofficeorg_writer_bin
$xvfb_bin
$html2ps_bin
$ghostscript_bin
$latex_bin
$pg_dump_exe
$pg_restore_exe