manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

Can i increse of height of horizonal cutting dotted line #76

Closed Surya-0173 closed 2 years ago

Surya-0173 commented 2 years ago

I need only horizontal cutting line to increse some mm. Is this possible. How to increse if yes.

manuelbl commented 2 years ago

The location of the separator lines a given by the QR bill standard. This library will always draw them in the same location.

If you want them to be in a location outside the standard, you can turn them off, and then somehow draw them yourself. To turn them off:

bill.getFormat().setSeparatorType(SeparatorType.NONE);