You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are implementing QRBills into a rails application that uses Prawn for generating PDFs.
Right now, for us to be able to use this gem without any modification means we have to output the bill to HTML, then convert it using IMGKit etc into a PNG image (for the whole bill slip) before placing the image into our Prawn output.
What we want is the entire bill slip (not just the qr_code) to output in a format supported by Prawn (e.g. png). We really want to avoid having to manually design the entire bill slip by hand incase the design standards change in the future.
The text was updated successfully, but these errors were encountered:
@damoiser hi hi - I am also trying to implement your QRBills with Prawn PDF. I am just a beginner - at the moment I manage to get the SVG string. Could you please explain me how to get directly an image for Prawn PDF?
We are implementing QRBills into a rails application that uses Prawn for generating PDFs.
Right now, for us to be able to use this gem without any modification means we have to output the bill to HTML, then convert it using IMGKit etc into a PNG image (for the whole bill slip) before placing the image into our Prawn output.
What we want is the entire bill slip (not just the qr_code) to output in a format supported by Prawn (e.g. png). We really want to avoid having to manually design the entire bill slip by hand incase the design standards change in the future.
The text was updated successfully, but these errors were encountered: