Form feed usage?

A

Adam Right

Hi,

Anyone use the form feed '\f' character to print the documents. I cannot use
it, it remains undefined character on the paper.

I want to feed the paper to the second after printing the first invoice of
my invoices. But i cannot do it c# cannot send it the form feed character
rightly to the printer.

Also how can i insert line break between my invoices? Thanks a lot...
 
B

Bob Grommes

This sort of thing has not been generally feasible since teletype-style text
printers went out of widespread use a number of years back. You are talking
to a printer driver, not to a printer, and you generally can't assume the
hardware or the driver understand specific "control characters".

If you can specify whether you're printing from a WinForms or a web app,
then I'm sure someone can make specific recommendations for how you could
solve your issue.

--Bob
 

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