I saw Using BigDecimal to work with currencies but I have a little different problem.
I give object with BigDecimal parameters to PDF generation library and I can't use Formatter, only send objects. Is possible that default toString method always writes BigDecimal objects in format *.xx w.g 134.40 ?
I use setScale but it doesn't work for e.g. 134.300 because it writes 134.3 instead of 134.30