Revision 417992db
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
SL/Helper/CreatePDF.pm | ||
---|---|---|
);
|
||
|
||
$form->{tmpfile} = $tmpfile;
|
||
#(undef, undef, $form->{template_meta}{tmpfile}) = File::Spec->splitpath($tmpfile);
|
||
|
||
my $parser = SL::Template::create(
|
||
type => ($params{template_type} || 'LaTeX'),
|
Auch abrufbar als: Unified diff
CreatePDF-Helper: template_meta{tmpfile} setzen.
f-tex verwendet diese Variable z.B. und kann ohne diese kein PDF erzeugen.