views:

29

answers:

1

I am using JasperReport 3.7.1
I want to print report in plain text, which font can I use?

I would like to print the report on a dot matrix printer.
I need a font that is the same as 'Roman 12cpi';
because 'Roman 12cpi' is not supported in ireport 3.7.1.

A: 

What exactly do you mean by 'plain-text'?

If you really mean plain text (.txt file, no images), than you should export your report using JRTextExporter or JRCsvExporter. In that case, it doesn't matter which font you use. (Note that JasperReports is a poor choice if you only need this kind of reports)

If you only want it to look like plain text, you can use other 'plain text looking' fonts, like 'Courier New'

yshalbar