I have this crazy issue and I'm trying to narrow it down. Let me try to explain.
What we are doing is creating labels(4x2 PDF) and sending them to a little Zebra TLP 2844 printer. I am dynamically creating these PDFs, obtaining the byte array, and firing off to the printer. What happens is this: we can print labels perfectly for a while, and then here and there will be a label that is completely scrambled. By scrambled I mean that all of the PDF is visible on the label, but not in the right locations. Sometimes it is like the label got split in half horizontally, and then the two halves get flip flopped. Sometimes this happens vertically. Sometimes it happens both vertically and horizontally. It is quite bizarre(I can post pictures if anyone would like to see). To try to troubleshoot this, I started saving the byte array to file before printing, and the PDF file looks like it should, but the corresponding printout is all scrambled. I'm trying to determine where the fault lies here; in the PrintManager library, or my printer. This is happening on every single PC we have set up like this(~20 PCs). Worth noting is that I have never seen a label come out bad when printing directly from Adobe Reader, which makes me feel like it's something I am doing. Thanks for any help!!