Hi All,
Does anybody here knew where can I download the schema references for the barcode component of Jasperreports?
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. Any help or link where I can download this?
When I download jasperreport, I saw the schema reference for the Jasper Library but not with its component. Please help..