1

There have been a few questions on SO about emulating a ZPL printers etc, but all of them require some native application or a an app. (see here: Emulate ZPL printer )

My Question: Is it possible to emulate the EPL2 printer language to render a .png on a unix machine via code?

Delphi Coder
  • 1,723
  • 1
  • 14
  • 25
stdclass
  • 2,932
  • 2
  • 19
  • 16

1 Answers1

1

You'd have to code an app to do it. As far as I know, Zebra hasn't released the fonts built into the printer though, so it would be very tedious...

Rkand
  • 471
  • 2
  • 9
  • I already implemented a EPL2 renderer in PHP7, sadly I can't release it as composer package since it's made for a client of mine. – stdclass May 29 '18 at 12:30