Skip to content

Commit

Permalink
Adds ESC/POS sample file to demo (#1228)
Browse files Browse the repository at this point in the history
Add sample ESC/POS file for feature parity with ZPL, EPL, etc.

---------
Co-authored-by: Tres Finocchiaro <tres.finocchiaro@gmail.com>
  • Loading branch information
erikn69 committed Jan 1, 2024
1 parent 6869305 commit f2761f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/escpos_sample.bin
Binary file not shown.
1 change: 1 addition & 0 deletions sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ <h3>Raw Printing</h3>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default" onclick="printFile('zpl_sample.txt');">zpl_sample.txt</button>
<button type="button" class="btn btn-default" onclick="printFile('escpos_sample.bin');">escpos_sample.bin</button>
<button type="button" class="btn btn-default" onclick="printFile('fgl_sample.txt');">fgl_sample.txt</button>
<button type="button" class="btn btn-default" onclick="printFile('epl_sample.txt');">epl_sample.txt</button>
<button type="button" class="btn btn-default" onclick="printFile('sbpl_sample.txt');">sbpl_sample.txt</button>
Expand Down

0 comments on commit f2761f8

Please sign in to comment.