Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
468 views

Printing with dot matrix printers via C# programming

I am using the code template from Microsoft at this site with this snippet to print out only a single line and form feed: string s = "Hello world!\xC"; //\xC means form feed PrintDialog pd = new ...
1
vote
1answer
147 views

in my printer, paper is skipping too much [closed]

Am using the 80 column dot matric printer , For every print , paper gets skip two time, too much of papers going waste , How to fix this problem , Am just using the window.print() ...
1
vote
1answer
470 views

print web page in different print quality width fix element size, mozilla, dot matrix printer

I am having problems with printing in dot matrix printer. My client printer is Epson LX300+II and Epson LQ-2170. I need to print from a web apps that written in php. with web browser client is Mozilla ...
0
votes
0answers
139 views

Dotmatrix style escape sequences for Laser Printers From Console

we can print a file from Console (DOS) to LPT1 Printer using epson escape sequences to create BOLD/Underline text. is there any way to achieve this on Laser printer ? I know this is possible using ...
0
votes
1answer
462 views

Printing carbon forms with dot matrix okidata printer

Creating an app to fill out some government forms using PHP (cakephp). The forms have about 4 layers for all the necessary parties to get a carbon copy. Which is why a dot matrix printer is being ...
0
votes
1answer
609 views

HTML to 'pretty' text conversion for printing on text only printer (dot matrix)

I have a web-site that generates some simple tabular data as html tables, many of my users print the web-page on a laser/inkjet printer; however some like to print on legacy Dot Matrix printers (text ...
0
votes
1answer
612 views

Proper Guide for printing Report in Dot Matrix Printers

Is there anyone that could give some proper guideness in Printing Reports (e.g. XtraReports) in Dot Matrix Printers? Or any information printing in Dot Matrix Printers. Can i just print the report as ...
0
votes
0answers
821 views

Printing from RDLC report to Dot Matrix Printer

I am trying to print a RDLC report to a dot matrix printer using Generic/Text only printer driver in windows xp. But the problem is that, I am not getting the proper output as I am able to see in the ...