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

how to generate Qrbill A4 size pdf #55

Closed Surya-0173 closed 2 years ago

manuelbl commented 2 years ago

Please stop creating new issues with just a title.

Instead, use a single issue and describe your problem such that we can understand where you are stuck and can help you. It usually helps if you describe what you already have achieved and possibly show the code you already have.

Regarding the current question. Am I correct assuming that you can successfully create a QR bill but it is not in A4 format? If so, you probably just need to change the output format:

    format.setOutputSize(OutputSize.A4_PORTRAIT_SHEET);
Surya-0173 commented 2 years ago

thanks you so much for your assistance .issue is fixed