From 21fa9c267dc0b2a62ac64e3f2600f010051a0d57 Mon Sep 17 00:00:00 2001 From: upsite4k Date: Fri, 22 Nov 2019 15:23:05 +0100 Subject: [PATCH] Valid PDF/A property of schema was missing --- tcpdf.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tcpdf.php b/tcpdf.php index 0ee30bc..8a90036 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -9638,6 +9638,16 @@ class TCPDF { $xmp .= "\t\t\t\t\t\t".'http://ns.adobe.com/pdf/1.3/'."\n"; $xmp .= "\t\t\t\t\t\t".'pdf'."\n"; $xmp .= "\t\t\t\t\t\t".'Adobe PDF Schema'."\n"; + $xmp .= "\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'internal'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'A name object indicating whether the document has been modified to include trapping information'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'Trapped'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t\t".'Text'."\n"; + $xmp .= "\t\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t\t".''."\n"; + $xmp .= "\t\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t".''."\n"; $xmp .= "\t\t\t\t\t\t".'http://ns.adobe.com/xap/1.0/mm/'."\n";