Does anybody here knew where can I download the schema references for the barcode component of Jasper Reports?
I am thinking of using either the Barbecue
or BarcodeForJ
component but my problem is, I cannot find the schema for both component.
I have tried guessing this: I wanted to increase the Font Size of the human readable component.
<c:Code39 hrSize="10">
<c:codeExpression><![CDATA["TESTING"]]></c:codeExpression>
</c:Code39>
But is says it cannot find the attribute for the element c:Code39
. From where can I download this?
When I download JasperReports, I saw the schema reference for the Jasper Library but not with its component.