summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/rastertolabel.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index 510cec7cd..35d678db7 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -613,6 +613,13 @@ EndPage(ppd_file_t *ppd, /* I - PPD file */
* End the label and eject...
*/
+ puts("^XZ");
+
+ /*
+ * Delete the label image...
+ */
+
+ puts("^XA");
puts("^IDR:CUPS.GRF^FS");
puts("^XZ");