pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Printing a predertermined layout via api #32

Open arielramosbuera opened 4 years ago

arielramosbuera commented 4 years ago

Hello.

we want to print some file identification labels that must contain a filename and a barcode for the file . is there anyway to create a layout with the placeholders and send the api the information via variables lets say print.php?filename=this file&barcode=5486568

thanks! AR

Carko commented 4 years ago

It would be the easiest to create png images yourself and use the brother_ql library directly to print them.