Updated history. Closes #57.

This commit is contained in:
Jochen Stärk
2018-06-10 07:33:15 +02:00
parent 3d06592bc3
commit d333faa4da
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
1.5.2
=====
2018-06-10
Fixed #57 commandline not converting PDF from A1 to A3 when adding XML to PDF (-c)
1.5.1
=====
2018-01-13

View File

@@ -138,7 +138,7 @@ public class ZUGFeRDExporterFromA3Factory implements IExporterFactory {
* NonSequentialParser. Some additional controls are present to check a set of
* PDF/A requirements. (Stream length consistency, EOL after some Keyword...)
*/
parser.parse();
parser.parse();// might add a Format.PDF_A1A as parameter and iterate through A1 and A3
try (PreflightDocument document = parser.getPreflightDocument()) {
/*