views:

258

answers:

0

I'm working with JasperReports 3.6 and trying to create a report with the PDF format which will meet our customer's needs.

By exporting to PDF, I found that multi-byte characters (Japanese/Shift-JIS, EUC-JP, UTF-8, ISO-2022-JP) would be printed in the newline automatically without setting the "/n" code.

The field would be expected to show 444bytes characters, mixture of the characters of multi-byte and byte-by-byte.

The length of this field is limited for showing every 148bytes characters within three lines.

For controlling the automatic newline creater, I set the "/n" code in the characters every 147bytes or 148bytes.

If you have any other solution for this, or are aware with what causes this problem, please teach me.

I'd appreciate your help!

B.Regards.

Hiromi