7

I am using the UPS API to generate EPL labels to print on our thermal printer, which is working perfectly using CUPS and lpr.

However, I would like to be able to save that label in a computer-renderable format: GIF, PDF, PostScript - anything, really.

I have not been able to find a library to convert between raw EPL data to any other format. Is there a library that can do this? Or an LPR option or package which will output to a file, rather than a printer? How can I accomplish converting Eltron Programming Language files to something else?

poundifdef
  • 18,726
  • 23
  • 95
  • 134
  • I am currently implementing the other direction: from SVG to EPL. One could take my approach and inverse it. Please see: https://github.com/dittodhole/dotnet-System.Svg.Render.EPL –  May 15 '16 at 16:33

1 Answers1

1

There is no way to programmatically render EPL as an image. Yet.

andyknas
  • 1,939
  • 2
  • 15
  • 29