ESCParser
=========
ESCParser--command-line utility, ESC/P printer emulator. Also the
utility uses the font from the printer ROM to "print" symbols.
Written by Nikita Zimin.
ESCParser can produce two output formats:
* PostScript--with multi-page support. You can use GSView +
Ghostscript to view the output and convert it to other formats.
* SVG--no multi-page support. You can view the result in any modern
web browser.
* PDF--with multi-page support. Use Adobe Acrobat Reader or any
modern browser to view the result.
Usage examples
==============
escparse.exe -ps printer.log > DOC.ps
escparse.exe -svg printer.log > DOC.svg
escparse.exe -pdf printer.log > DOC.pdf
See Also
========
epsonps
From