Created
June 28, 2020 10:40
-
-
Save hiepxanh/81be3169f02192c51d75cddcf1188176 to your computer and use it in GitHub Desktop.
EPSON RECEIPT PRINTER XML EXAMPLE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"> | |
<page> | |
<feed line="1"/> | |
<line x1="0" y1="30" x2="575" y2="30" style="thin"/> | |
<text>Single: Thin </text> | |
<feed line="1"/> | |
<line x1="0" y1="90" x2="575" y2="90" style="medium"/> | |
<text>Single: Medium </text> | |
<feed line="1"/> | |
<line x1="0" y1="150" x2="575" y2="150" style="thick"/> | |
<text>Single: Thick </text> | |
<feed line="1"/> | |
<line x1="0" y1="210" x2="575" y2="210" style="thin_double"/> | |
<text>Double: Thin </text> | |
<feed line="1"/> | |
<line x1="0" y1="270" x2="575" y2="270" style="medium_double"/> | |
<text>Double: Medium </text> | |
<feed line="1"/> | |
<line x1="0" y1="320" x2="575" y2="320" style="thick_double"/> | |
<text>Double: Thick </text> | |
</page> | |
<cut type="feed"/> | |
</epos-print> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment