updated filename, PDF/A schema extension for ZF2

This commit is contained in:
Jochen Stärk
2017-10-07 17:48:00 +02:00
parent 55206e7e89
commit a4e6f06e7d
8 changed files with 164 additions and 132 deletions

View File

@@ -410,7 +410,7 @@ public class MustangReaderWriterEdgeTest extends TestCase implements IZUGFeRDExp
.setCreator(System.getProperty("user.name"))
.ignorePDFAErrors()
.load(SOURCE_PDF)) {
ze.setVersion(1);
ze.setZUGFeRDVersion(1);
ze.PDFattachZugferdFile(this);
ze.export(TARGET_PDF);
}