SwissQRBill icon indicating copy to clipboard operation
SwissQRBill copied to clipboard

Can we add some text on top of the page

Open Surya-0173 opened this issue 2 years ago • 1 comments

Currently qrbill display on bottom of page that is fine. But i also need to add customer address top left corner of pdf page. How can i do this

Surya-0173 avatar Jun 17 '22 10:06 Surya-0173

This library has no means to add text outside the QR bill payment slip area. It assumes that you are already using a reporting / output software to generate the bill with all the invoicing details and then supports adding the QR bill payment slip.

There are several options:

  • The reporting software might support SVG or PNG images. If so the QR bill payment slip can be added as an image within the report.
  • If the reporting software generates a PDF document, the QR bill payment slip can be added in a separate step to the PDF document, either on an existing page or a new page. An example for this can be found in https://github.com/manuelbl/SwissQRBill/tree/master/examples/append_to_pdf

manuelbl avatar Jun 20 '22 06:06 manuelbl