User guide
SD/CD Series Card Printers OpenCard Data Format Guide 35
Data
merged into
card format
<g id="GRAPHIC_MONOCHROME">
<g><text id="NameHeader" fill="black" x="75" y="300"font-size="12pt"
font-weight="bold" font-family="DejaVu Serif”
datacard:staticElement="true">Name:</text>
</g>
<g><text id="LINE1" fill="black" x="375" y="300"font-size="12pt"
font-family="DejaVu Serif"/>John Doe</text>
</g>
<g><text id="PlayerIdHeader" fill="black" x="75" y="400"font-size="12pt"
font-weight="bold" font-family="DejaVu Serif"
datacard:staticElement="true">Player ID:</text>
</g>
<g><text id="LINE2" fill="black" x="375" y="400" font-size="12pt"
font-family="DejaVu Serif"
datacard:format="XXXXX"/>12345</text>
</g>
<g><text id="LINE3" fill="black" x="75" y="525" font-size="11pt"
font-family="DejaVu Serif"
datacard:appendData="true">Expires Dec. 31, 2012</text></
g>
</g>
Card result
Static text ids
Text id NameHeader with
the static text “Name”
Text id PlayerIdHeader
with the static text
“Player ID”
Dynamic text ids
Text id LINE1
dynamically pulls John
Doe from line 1 of the
data stream.
Text id LINE2
dynamically pulls 12345
from line 2 of the data
stream.