ZebraReport is a tool using for print data on a paper with pre-made template. Such as print data to a paper with table. Or print photo on a visa.
Three step is needed for complete the function
a. Transform the pre-made template on the paper into electronic formation and put it on server ¨C using ZebraReportConsole
b. Build the B/S application to allow user input the data on client.
c. Combine the data and the template to generate the complete picture and allow user to preview and print it on Browser.
jarsigner -keystore <your keystore> -signedjar unsignedZebraReport.jar zebraReport.jar <username of key>
<applet
ID = "ZebraReportApplet"
name = "ZebraReportApplet"
codebase = "lib/"
code = "com.opendynamic.zebrareport.ZebraReportApplet.class"
archive = "zebraReport.jar"
width = "0"
height = "0"
hspace = "0"
vspace = "0"
align = "middle"
>
<param name = "uri" value = "http://localhost:8080/example/<%=xmlFile%>">
<param name = "printImmediately" value = "false">
<param name = "previewRequired" value = "true">
</applet>
Version 1.3 or later