Michael Billington
Michael Billington
Apologies for the slow response on this. Your usage is correct, but non-default character encodings aren't effectively supported by these tools at the moment. The default encoding (0) is CP437,...
Example of issue below- correctly-rendered receipt in any modern browser, while `wkhtmltopdf` does not pick up the height/width multiples-  We need to support this as a...
I think that `escimages` is behaving correctly here, as the spacing is not part of the images. Ran the input through `esc2html`, picture illustrates me selecting the whitespace in the...
This command is currently only going to to extract individual images, so I think you should initially add the whitespace back with ImageMagick. This [documentation](http://www.imagemagick.org/Usage/crop/#border) should hopefully get you started....
Can you tell me a bit more about how this file was captured, and what type of printer it is for? Since our expected output is basically "whatever a real...
I'm also assuming that this is a follow-up to #62, so I've closed that off. I don't know how you're capturing your files, but if a real printer can't understand...
Hi, I've taken a look at the code. Can you share an example file which you're running this with, and the make/model of printer that you use? I would be...
Not currently. The parser knows how to skip past the commands, but we don't use a library to turn them into images for HTML output yet. We have one test...
Hi there, There was an issue with escpos-php versions before 2.1, where the WindowsPrintConnector contained a regex which was not valid in PHP 7.3. Wich PHP and escpos-php versions you...
It looks like you could be using a Rongta 58mm printer. Which exact make/model is it? Character encoding is printer-specific, and there is no profile for your printer in the...