User guide
SD/CD Series Card Printers OpenCard Data Format Guide A-3
Sample 2—RiverViewCasino.svg
The card format document shown below includes comments as to how it creates
the card shown. Note that since the CARD_BACK layer is defined, this card has
elements on the back, including a bar code and a magnetic stripe.
Comments describing the sample begin with the <!- - symbols and ended with the
--> symbols.
This example uses the following data stream:
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1013px" height="638px" xmlns="http://www.w3.org/2000/svg">
<!-- Front side of card layer. Define color, monochrome and topcoat personalization layers -->
<g id="CARD_FRONT">
<!-- Color graphics layer. Scale image "RiverViewCasino.tif" to full card size
(1013 x 638 pixels) -->
<!-- Print name using LINE1 data item in blue. Print ID# using the first seven digits from the
LINE2 data item in blue, statically prepending a '#' -->
<g id="GRAPHIC_COLOR">
<g><image id="Background" datacard:staticElement="true" y="0" x="0" height="638px"
width="1013px" xlink:href="RiverViewCasino.tif" /></g>
<g><text id="LINE1" fill="blue" x="75" y="400" font-size="12pt" font-family="DejaVu Serif"
font-weight="bold"/></g>
<g><text id="LINE2" fill="blue" x="75" y="525" font-size="12pt" font-family="DejaVu Serif"
font-weight="bold" datacard:format="#9999999"/></g>
</g>
<!-- Topcoat layer. Scale image "Topcoat_Full.png" which is a 100% black image to full card
size (1013 x 638 pixels) -->
<!-- Note that topcoat always prints after (or on top of) YMC color printing and / or
monochrome printing regardless of ordering of layers in card format -->
<g id="TOPCOAT">
<g><image id="TopcoatImage" datacard:staticElement="true" y="0" x="0" height="638px"
width="1013px" xlink:href="Topcoat_Full.png" /></g>
</g>
</g>
<!-- Back side of card layer. Define color, topcoat and magnetic stripe personalization layers
on this side -->
OpenCard
data stream
<John Doe
1234567890
@CDefault
@GRiverViewCasino.svg>