I wanted to create AFP file using Java.The file contains images, dynamic data like username , coloured texts and pictures. Just wanted to create electricity light bill.
Java code to create AFP file
1.5k Views Asked by user3428513 At
2
I wanted to create AFP file using Java.The file contains images, dynamic data like username , coloured texts and pictures. Just wanted to create electricity light bill.
In my opinion, There are two ways to create AFP files using java.
Using XSLT and FOP, In this you have to use xslt style sheeting over xml data and then apply FOP over it.FOP provide multiple options to create multiple docs. like pdf,afp etc refer this-> [https://xmlgraphics.apache.org/fop/0.95/output.html][1]
Using Japer report.