From ac51747a97935ac323adf9c9009404d3d9fe357e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 2 Mar 2020 17:18:07 +0100 Subject: [PATCH] ZUGFeRD: Kosmetik --- SL/DB/Helper/PDF_A.pm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/SL/DB/Helper/PDF_A.pm b/SL/DB/Helper/PDF_A.pm index 99ee8d408..1e1e17258 100644 --- a/SL/DB/Helper/PDF_A.pm +++ b/SL/DB/Helper/PDF_A.pm @@ -11,7 +11,6 @@ use Template; sub _create_xmp_data { my ($self, %params) = @_; - use Cwd; my $template = Template->new({ INTERPOLATE => 0, EVAL_PERL => 0, @@ -45,17 +44,17 @@ sub create_pdf_a_print_options { $timestamp =~ s{(..)$}{:$1}; return { - version => '3b', - xmp => _create_xmp_data( + version => '3b', + xmp => _create_xmp_data( $self, - pdf_a_version => '3', - pdf_a_conformance => 'B', - producer => 'pdfTeX', - timestamp => $timestamp, # 2019-11-05T15:26:20+01:00 - meta_data => { - title => $self->displayable_name, - author => $author, - language => $pdf_language, + pdf_a_version => '3', + pdf_a_conformance => 'B', + producer => 'pdfTeX', + timestamp => $timestamp, # 2019-11-05T15:26:20+01:00 + meta_data => { + title => $self->displayable_name, + author => $author, + language => $pdf_language, }, zugferd => { conformance_level => 'EXTENDED', -- 2.20.1