updated ZUGFeRD reader/importer to be ZF2 compatible, added possibility to explicitly export to ZF1 in ZUGFeRDExporter

This commit is contained in:
Jochen Stärk
2017-10-07 11:05:35 +02:00
parent 47dbe73a7c
commit 55206e7e89
3 changed files with 31 additions and 10 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.PDFattachZugferdFile(this);
ze.export(TARGET_PDF);
}