Problem: Unwanted Paper feed after printing.

S

Sukh

Hello anyone,
I am printing a pre-printed continue paper on dot-matrix printer using
vb.net winform.
For printing I am creating custom size paper and selecting the same for
printing. Everything is going fine on first page but after printing
first page it feed some extra paper (3cm paper). So on 3rd page again
3cm mean total 6 cm extra...So its changing all the location where I
have to print.
Can anyone help me out from this?

Thanks
Sukh.
 
H

Homer J Simpson

Hello anyone,
I am printing a pre-printed continue paper on dot-matrix printer using
vb.net winform.
For printing I am creating custom size paper and selecting the same for
printing. Everything is going fine on first page but after printing
first page it feed some extra paper (3cm paper). So on 3rd page again
3cm mean total 6 cm extra...So its changing all the location where I
have to print.
Can anyone help me out from this?

Can you test from MSDOS? It might be the printer that is doing this - look
for its set-up menu and see if page skip is set.

Which make/model?
 
S

Sukh

Thanks Homer,
Make/Model is Panasonic kx-p2624 dot matrix 24pin

let me chk with Dos mode and page skip...

Thanks for response.
Sukh
 
H

Homer J Simpson

Thanks Homer,
Make/Model is Panasonic kx-p2624 dot matrix 24pin

Usually there is a button you push to get into the menu mode. Once there you
can print out and change the current settings on the printer.
 
S

Sukh

Thanks Homer,
I tried to look skip page in manu..there is nothing like that...even I
went through user mannul but nothing like skip page or line..
I tried to print in MSDos mode but no luck do't know why...I use
command
C:\print c:\Test.txt /d:USB001
it display "file being printing......" but no output on printer...
Printer is attched usingh usb ...any idea???

Thanks for your help
 
H

Homer J Simpson

Thanks Homer,
I tried to look skip page in manu..there is nothing like that...even I
went through user mannul but nothing like skip page or line..
I tried to print in MSDos mode but no luck do't know why...I use
command
C:\print c:\Test.txt /d:USB001
it display "file being printing......" but no output on printer...
Printer is attched usingh usb ...any idea???

Which printer driver? Generic / Text Only? It could be set to Cont. Feed
with Page Break.
 
S

Sukh

How can I chk printer dirver..I think driver for this printer
(Panasonic kx-p2624) comes with windows and one driver is also
installed for USB cable...
And how could I chk its set to cont...

Thanks for reply
 
H

Homer J Simpson

How can I chk printer dirver..I think driver for this printer
(Panasonic kx-p2624) comes with windows and one driver is also
installed for USB cable...
And how could I chk its set to cont...

No, if you are using the proper driver that isn't the problem. Either the
printer is doing it (unlikely) or it is the program that is the problem.
Some dot matrix printers have a hex dump mode which lets you see what is
going to the printer, however you may get far too much output if you select
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top