Skip to content

Instantly share code, notes, and snippets.

@jashephe
Created March 28, 2020 02:30
Show Gist options
  • Save jashephe/aca05580b7cf211f8ac7b84775eaa4c7 to your computer and use it in GitHub Desktop.
Save jashephe/aca05580b7cf211f8ac7b84775eaa4c7 to your computer and use it in GitHub Desktop.
LabTag #81 template for Dymo Label Software
<?xml version="1.0" encoding="utf-8"?>
<DieCutLabel Version="8.0" Units="twips">
<PaperOrientation>Portrait</PaperOrientation>
<Id>Jewelry30299</Id>
<IsOutlined>false</IsOutlined>
<PaperName>30299 Jewelry Label - offset</PaperName>
<DrawCommands>
<RoundRectangle X="5669" Y="5669" Width="10" Height="10" Rx="270" Ry="270" />
<RoundRectangle X="350" Y="220" Width="1474" Height="737" Rx="180" Ry="180" />
<RoundRectangle X="1920" Y="300" Width="567" Height="567" Rx="270" Ry="270" />
</DrawCommands>
<ObjectInfo>
<TextObject>
<Name>TEXT</Name>
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
<BackColor Alpha="0" Red="255" Green="255" Blue="255" />
<LinkedObjectName />
<Rotation>Rotation0</Rotation>
<IsMirrored>False</IsMirrored>
<IsVariable>False</IsVariable>
<GroupID>-1</GroupID>
<IsOutlined>False</IsOutlined>
<HorizontalAlignment>Center</HorizontalAlignment>
<VerticalAlignment>Middle</VerticalAlignment>
<TextFitMode>ShrinkToFit</TextFitMode>
<UseFullFontHeight>True</UseFullFontHeight>
<Verticalized>False</Verticalized>
<StyledText>
<Element>
<String xml:space="preserve">Enter Text Here</String>
<Attributes>
<Font Family="Arial" Size="12" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" HueScale="100" />
</Attributes>
</Element>
</StyledText>
</TextObject>
<Bounds X="350" Y="220" Width="1450" Height="680" />
</ObjectInfo>
<ObjectInfo>
<TextObject>
<Name>TEXT_1</Name>
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
<BackColor Alpha="0" Red="255" Green="255" Blue="255" />
<LinkedObjectName />
<Rotation>Rotation0</Rotation>
<IsMirrored>False</IsMirrored>
<IsVariable>False</IsVariable>
<GroupID>-1</GroupID>
<IsOutlined>False</IsOutlined>
<HorizontalAlignment>Left</HorizontalAlignment>
<VerticalAlignment>Middle</VerticalAlignment>
<TextFitMode>ShrinkToFit</TextFitMode>
<UseFullFontHeight>True</UseFullFontHeight>
<Verticalized>False</Verticalized>
<StyledText>
<Element>
<String xml:space="preserve">GA</String>
<Attributes>
<Font Family="Arial" Size="16" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" HueScale="100" />
</Attributes>
</Element>
</StyledText>
</TextObject>
<Bounds X="2000" Y="300" Width="397" Height="500" />
</ObjectInfo>
</DieCutLabel>
@MMcNicholas7
Copy link

I downloaded this but when I loaded it into DYMO Connect as an XML I got an error saying
image

Do you have any ideas?

Thanks

@jashephe
Copy link
Author

Sorry, I actually haven't used this in quite a while. It's possible this label was designed for the "Dymo Label Software", which confusingly is different from "Dymo Connect". Have you tried using the latest version from the LabTag website?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment