FriedrichFroebel / 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
7 stars 2 forks source link

API endpoint to print PDF #15

Open FriedrichFroebel opened 5 months ago

FriedrichFroebel commented 5 months ago

Add API endpoint to print a PDF directly by converting the pages into images using pdf2image with the pdftocairo backend.