Basic Btxml Example For Librarian
Can someone provide a full valid BTXML file which maps to a format in Librarian?
All I found was:
<?xml version="1.0" encoding="utf-8"?> <XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123"> <Command Name="Job1"> <Print> <Format CloseAtEndOfJob="true" SaveAtEndOfJob="true">Document.btw</Format> </Print> </Command> </XMLScript>
0
-
Shotaro Ito
★ BarTender Hero ★
Hi GetR,
You can specify library file by "lib://".
<?xml version="1.0" encoding="utf-8"?> <XMLScript Version="2.0"> <Command> <Print> <Format CloseAtEndOfJob="true" SaveAtEndOfJob="true">lib://subfolder1/cd label test.btw</Format> <PrintSetup /> </Print> </Command> </XMLScript>0 -
Thanks a lot!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare