Re: Printing Problem
- Posted by don cole <doncole at pacbe?l.ne?> Oct 12, 2007
- 665 views
George Walters wrote: > > Here is my win32 code. > > }}} <eucode> > setPosition(Printer,0,line*(fontSize[2]+5)) > wPuts(Printer,ptab&tmp) > line += 1 > </eucode> {{{ > > I don't know what the "5" is pixels or points but it seemed to fit with the > former OS I was using but now not with the laser printer and Avery labels. hello George, I have made a program that will print 05467 Avery labels. ^These are dot labels. From now on when I speak of dots I mean the labels. You can change the font. You can ban change the distance between the dots. You can change the height of the dots. Once you get everything set you can print away. The program uses Win32lib. I am using a dot matrix prionter and winXP. Let me know I can email it to you. Don Cole