Command: ExportCurrentArtworkForLabel - LabelHub/labelhub.integration.documentation GitHub Wiki
ExportCurrentArtworkForLabel v1
Properties
ExportCurrentArtworkForLabelCommand
| Name |
Type |
Required |
Default |
Notes |
| labelNoManufacturer |
string |
Yes |
|
Manufacturer labelnumber. The command will export a PDF file of the current (the latest) artwork for the label with given number. |
Full sample
<?xml version="1.0" encoding="UTF-8"?>
<exportcurrentartworkforlabelcommand version="1">
<labelNoManufacturer>101010</labelNoManufacturer>
</exportcurrentartworkforlabelcommand>
Export for multiple labels with LabelHubPackage
<?xml version="1.0" encoding="UTF-8"?>
<labelhubpackage>
<exportcurrentartworkforlabelcommand version="1">
<labelNoManufacturer>101010</labelNoManufacturer>
</exportcurrentartworkforlabelcommand>
<exportcurrentartworkforlabelcommand version="1">
<labelNoManufacturer>101011</labelNoManufacturer>
</exportcurrentartworkforlabelcommand>
</labelhubpackage>