Patrick Kanzler

Results 96 comments of Patrick Kanzler

Hi, you would have to find out which character sequence enables this for your printer (if it is supported it should be in the programming manual or something similar) If...

You could try one of the pre-release versions by installing with `--pre` flag set for pip. (Unfortunately there is not a newer release version as the API is not stable)...

Jep, me too. I just wanted to collect what has to be done. I think we definitely have to improve set(). Apart from that I would like to improve the...

In Python-APIs I have seen both. String-literals as parameters and classes. But I see the point that @miracle2k has. I think probably the best way would be refactoring the API...

Hi, thank you for the close examination! So if I understand right two things have to be checked and fixed: * [ ] is the garbage collection broken by MagicEncode...

No, this is not supported. You could try to use a windows printer and redirect this to PDF, be however aware, that this would print the raw escpos. There is...

OK, it sounded like you wanted to print to a PDF file onto disk. For reading and the printing it, you would have to load it into PILlow. So anything...

So maybe this could be a starter that you can try: https://pypi.org/project/pdf2image/

If it works you could put together a short example that we could add to the manual. I am not sure how this library works, but as far as I...

I don't think that escpos printers are capable of this. Probably the best way to do that is by using tabs.