Hi people,
can someone help me on this label zebra f*ck printer? I'm using the old zebra t300 printer for printing pharmacy labels. it prints well using printdocument of visual C#.net 2005. but it took 10seconds before the image can be printed. i was hoping i could print within 3-5seconds at most since clients are complaining of slow printing.
the average image bytes being sent to the printer is 12KB for image. If I print an image around 5KB then it is printing a-ok. so it seems that the size of the image is the issue. is there a way to decrease the size of the image being sent to the printer buffer? i tried compressing the image - it wont work; i tried converting labels to text using OCR - not accepted; i tried using VB6 print object and reference it with C# - can't transfer the bitmap image from C# to VB6 picture box - wont work. i dont like usign thirdparty ocx.
what else should i try?
pls. help
thanks
can someone help me on this label zebra f*ck printer? I'm using the old zebra t300 printer for printing pharmacy labels. it prints well using printdocument of visual C#.net 2005. but it took 10seconds before the image can be printed. i was hoping i could print within 3-5seconds at most since clients are complaining of slow printing.
the average image bytes being sent to the printer is 12KB for image. If I print an image around 5KB then it is printing a-ok. so it seems that the size of the image is the issue. is there a way to decrease the size of the image being sent to the printer buffer? i tried compressing the image - it wont work; i tried converting labels to text using OCR - not accepted; i tried using VB6 print object and reference it with C# - can't transfer the bitmap image from C# to VB6 picture box - wont work. i dont like usign thirdparty ocx.
what else should i try?
pls. help
thanks
Comment