zplgrf icon indicating copy to clipboard operation
zplgrf copied to clipboard

CUPS filter not working

Open andersonls opened this issue 11 months ago • 1 comments

The provided CUPS filter is not working properly.

The grf = GRF.from_pdf(pdf.read(), 'CUPS') on line 22 returns a list, so the grf.optimise_barcodes() and grf.to_zpl calls doesn't work.

What i did was change to always get the first element, but i'm not sure how it would work when printing multiple pages.

andersonls avatar Jul 15 '23 18:07 andersonls