File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Code Samples for Apache FOP
2
+
3
+ This module was created to test behaviour of various Apache FOP versions.
4
+
5
+ 1 . [ fj-doc-mod-fop] fail to create a PDF which is both compliant to PDF/A-1b and PDF/UA-1
6
+
7
+ The first issue has been described it :
8
+
9
+ < https://github.com/fugerit-org/fj-doc/issues/52 >
10
+
11
+ An issue on Apache FOP jira has been added :
12
+
13
+ < https://issues.apache.org/jira/browse/FOP-3144 >
14
+
15
+ This issue seems to be addressed in Apche FOP 2.10 :
16
+
17
+ < https://xmlgraphics.apache.org/fop/2.10/changes_2.10.html >
18
+
19
+ The solution is checked with the POC class :
20
+
21
+ ` org.fugerit.java.codesamples.fop.common.FopPOC `
22
+
23
+ And the two junit testing version 2.9 and 2.10 output :
24
+
25
+ ` test.org.fugerit.java.codesamples.fop.fop29.TestFopPOC29 `
26
+
27
+ ` test.org.fugerit.java.codesamples.fop.latest.TestFopPOCLatest `
28
+
29
+ The issue seems to be actually fixed.
You can’t perform that action at this time.
0 commit comments