Skip to content

Instantly share code, notes, and snippets.

@progrium
Created October 23, 2011 11:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save progrium/1307268 to your computer and use it in GitHub Desktop.
Save progrium/1307268 to your computer and use it in GitHub Desktop.
Dymo label XML for an image filling a Diskette (Large) label
<?xml version="1.0" encoding="utf-8"?>
<DieCutLabel Version="8.0" Units="twips">
<PaperOrientation>Landscape</PaperOrientation>
<Id>Label</Id>
<PaperName>30258 Diskette</PaperName>
<DrawCommands>
<RoundRectangle X="0" Y="0" Width="3060" Height="3960" Rx="270" Ry="270"/>
</DrawCommands>
<ObjectInfo>
<ImageObject>
<Name>GRAPHIC</Name>
<ForeColor Alpha="255" Red="0" Green="0" Blue="0"/>
<BackColor Alpha="0" Red="255" Green="255" Blue="255"/>
<LinkedObjectName></LinkedObjectName>
<Rotation>Rotation0</Rotation>
<IsMirrored>False</IsMirrored>
<IsVariable>False</IsVariable>
<Image>{ImageData}</Image>
<ScaleMode>Fill</ScaleMode>
<BorderWidth>0</BorderWidth>
<BorderColor Alpha="255" Red="14" Green="14" Blue="255"/>
<HorizontalAlignment>Center</HorizontalAlignment>
<VerticalAlignment>Center</VerticalAlignment>
</ImageObject>
<Bounds X="316.8" Y="58.00006" Width="3384" Height="2808"/>
</ObjectInfo>
</DieCutLabel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment