|
|
@ -55,7 +55,7 @@ class Soup(Bureau):
|
|
|
|
for file in files:
|
|
|
|
for file in files:
|
|
|
|
filename, ext = os.path.basename(file).split('.')
|
|
|
|
filename, ext = os.path.basename(file).split('.')
|
|
|
|
self.print_small(filename)
|
|
|
|
self.print_small(filename)
|
|
|
|
prn.soft_barcode("code128", "SBtp." + filename + '.')
|
|
|
|
prn.soft_barcode("code128", "SBtp." + filename)
|
|
|
|
|
|
|
|
|
|
|
|
@add_command('tp', 'Print a short excerpt of a text')
|
|
|
|
@add_command('tp', 'Print a short excerpt of a text')
|
|
|
|
def print_preview(self, data):
|
|
|
|
def print_preview(self, data):
|
|
|
|