We are trying to print a batch of labels onto a Zebra printer. However, there are two problems: - Sometimes some labels are missing - Sometimes some labels appear in the wrong order
The Zebra printer is setup as a Text/Generic printer in Windows. We copy temp-files with ZPL to the printer. Each label is individually copied to the printer (using .NET File.CopyTo(...). Sometimes the number of labels/files sent to the printer is > 1000.
Due to logging we are pretty sure all the labels are copied to the printer queue correctly and also that they are copied in the correct order.
Any suggestions?