Skip to content

Commit 7403caf

Browse files
committed
1 parent 18066ce commit 7403caf

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

code-samples-fop/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)