Questions tagged [dot-matrix]

A dot matrix is a 2-dimensional patterned array, used to represent characters, symbols and images. Every type of modern technology uses dot matrices for display of information, including cell phones, televisions, and printers.

As an impact printer, the term mainly refers to low-resolution impact printers, with a column of 8, 9 or 24 "pins" hitting an ink-impregnated fabric ribbon, like a typewriter ribbon, onto the paper.

However, almost all modern computer printers also create their output as matrices of dots, but use a different technology like laser printing or inkjet printing and are not called dot matrix printers.

Impact printers survive where multi-part forms are needed, as the pins can impress dots through multiple layers of paper to make a carbonless copy, for security purposes.

98 questions
1
vote
1 answer

Printing from Web to Epson LX 310 - Adjusting Font Sizes and Types and Right Paper Size

I have used QZ Tray (qz.io) to help me print from the web browser directly to the EPSON LX 310 dot matrix printer and using continuous form to print. For regular printing, it works fine. However, I would like to have the following: Changing the…
Heru S
  • 1,283
  • 2
  • 17
  • 28
1
vote
3 answers

How to print a text file in Dot Matrix printer using chr values?

I tried printing a file in dot matrix printer (Wipro (wep) EX 330+dx) using doc, rtf, pdf, xlsx formats exported from crystal reports but the process printing is very slow. I was trying to print a bill but bill takes time of approx 50-60 sec. I…
bonny
  • 688
  • 1
  • 14
  • 33
1
vote
2 answers

Write a Python script that prints tickets in columns

I’m struggling to write a Python script to process a file and produce an output text file containing the tickets in a format that is ready for printing via a dot matrix printer. For reference I have also attached an example of what the resultant…
Johno Mils
  • 15
  • 3
1
vote
1 answer

Printing only contents in dotmatrix Printer

We have been working on a project where the contents in the html page needs to be printed in the dot matrix printer using a JavaScript print function. The issue we are facing is that there is blank space after the contents are printed. The page…
Phoenix
  • 37
  • 1
  • 3
1
vote
0 answers

Print from python to dot-matrix printer

I need to print to a dot-matrix printer, with continuous-sheet paper. My program is written in Python 2.7 and runs in Windows. The printer is connected to a parallel port. I need to print text, not images, however I need to set font family and size,…
1
vote
1 answer

Dot Matrix Shrunk after print using the latest chrome 60.0.3112.78

I've been using chrome as my main browser for my web application, lately i decided to update my chrome but suddenly my printout got an issue. Upon using a Dot Matrix the text got shrunk, why is that? I already explore its settings. Btw, im using…
Ricky
  • 11
  • 2
1
vote
1 answer

in my printer, paper is skipping too much

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() javascript function is there any setting available to avoid…
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
1
vote
1 answer

what are the appropriate font types for dot matrix when printing documents

I have set the page size and margin for the crystal report for dot matrix setting, but when I print the document. The font is not clear. What are the types of font that I can use that can display the page clearly when printing the documents.
1
vote
0 answers

ASCII CODE for Dot Matrix Printer for changing Ribbon in C# using Raw Printing

I am printing receipts using Dot Matrix Printer in C#. The printer works perfectly, prints characters in bold, large size etc. The problem is dot matrix have ribbons in it (Black color, Red Color) How can i specify which text is to be printed in…
Moons
  • 3,833
  • 4
  • 49
  • 82
1
vote
0 answers

Need to Stop Scrolling Dot Matrix printer After finish Printing

I am trying to print invoice. The printer should scroll the page after it print the last line of the invoice. So the page need not to readjust manually for next invoice printing. My objective is stop scrolling the printer after it print last line.I…
Mickey Patel
  • 231
  • 1
  • 3
  • 11
1
vote
0 answers

Generating Print .txt file directly using DocPrintJob for DotMatrix Printer

I am printing a .txt file using DocPrintJob. This works fine. The file will be printed from a Dot Matrix Printer. Now, the issue which I am facing is -: As per my requirement, the paper needs to set back automatically to perforated position after…
Arup Mishra
  • 189
  • 2
  • 14
1
vote
0 answers

Window.print on Epson lx 300+II continous roll paper

I want print a web page with window.print (javascript) i want to print the document to the roll paper, page width the problem has been solved, but the page height is the problem if i print just 1 row data, too many wasting the paper, example :…
1
vote
1 answer

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 Firefox But i can't set the fix width for the…
Alvin
  • 11
  • 1
  • 2
1
vote
1 answer

Jasper Report Print for LQ300+II

I need to create a Jasper Report for report for the size of 6' x 4' which is feed using tractor as continuous paper. My report is printed successfully for 1st page.But second page is printed very close to the tear mark. 3 page is started to print…
user2473015
  • 1,392
  • 3
  • 22
  • 47
1
vote
0 answers

Jasper report printing in dot matrix slowly

Printing jasper report(.jrxml file) bill in TVS dot matrix printer slowly.How to make printing fastly in web application
raja
  • 11
  • 1