Updated history. Closes #57.
This commit is contained in:
@@ -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
|
1.5.1
|
||||||
=====
|
=====
|
||||||
2018-01-13
|
2018-01-13
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ public class ZUGFeRDExporterFromA3Factory implements IExporterFactory {
|
|||||||
* NonSequentialParser. Some additional controls are present to check a set of
|
* NonSequentialParser. Some additional controls are present to check a set of
|
||||||
* PDF/A requirements. (Stream length consistency, EOL after some Keyword...)
|
* 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()) {
|
try (PreflightDocument document = parser.getPreflightDocument()) {
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user