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
0
votes
1 answer

Difference between adobe printing properties in Linux and Windows

I work on Linux and I've made a report as the costumer wanted on iReport. It has some properties like "ignore pagination". I tested and retested a bunch of times and it has everything on its right position. But my costumer has Windows and when I…
Gondim
  • 3,038
  • 8
  • 44
  • 62
0
votes
0 answers

.NET C# PrintDocument is very slow with Dot Matrix Printer

I have a problem with my c# application, because i need to print with dot matrix printer "Olivetti PR2 Plus" using X and Y Position coordinates, like VB6 did. the problem is if the string have more than 20 characters aprox, the printer is very slow…
0
votes
1 answer

QZ dot matrix printing on EPSON LQ-50 raw print issue

I am using EPSON LQ-50 Dot matrix printer to print a receipt the height is 10cm and width is 15 cm , I have tried 2 ways i.e HTML Print and other is RAW print but in both the cases the the printer behavior is different , Case 1: (HTML) In qz…
Ajit Hogade
  • 1,072
  • 9
  • 29
0
votes
0 answers

PHP & JS to print using Dot Matrix Printer

I have develop my project in PHP and Javascript, In this project I have to print a bill using Dot Matrix printer via Browser, But it gives error like Print preview failed...... How can I rectify that problem, I have use JS(window.print) for printing…
0
votes
1 answer

custom page printing via crystal reports with epson dot matrix LQ350

i am using Crystal Report 11i for my VS2010 application. Now there is an EPSON 350 dot matrix printer installed in the client place and it is causing problems for me. The report is supposed to print in 21.5cmx14cm. I had created a new form…
user_rhee
  • 55
  • 1
  • 12
0
votes
0 answers

Malayalam Printing Issue from win forms application on dot matrix printer

Iam working on a windows application to print Malayalam on billing.Used crystal report to print but its not stops after the last line finished printing.its rolling to a fixed height after printing. Is there any option to set the page height…
0
votes
1 answer

Need to add font-family dot matrix dynamically using jquery for print

I have a print function in jquery as follows: $("#btn_print").click(function () { //Create print div populatePrintdiv(); $("#btn_cmplte").css('display', 'block'); var divToPrint = document.getElementById('printdiv'); …
Santhucool
  • 1,656
  • 2
  • 36
  • 92
0
votes
1 answer

Printing on matrix printer using c# and crystal reports

Currently i have the problem, that printing on a matrix printer using it's embedded fonts does not work when printing from our c# core. The printer/crystal reports always change the font, to some windows font. Due to this fact, printing a single…
BendEg
  • 20,098
  • 17
  • 57
  • 131
0
votes
1 answer

Print crystal report using dotmatrix printer

I need your help to fix the issue with the page scrolling on the dot matrix printer. I am using dot-matrix printer to print my bills. Bills are printer perfectly but after the print completes the page rolls extra approx 2"-3". Can you please help…
Dhiraj Rode
  • 101
  • 1
  • 7
0
votes
1 answer

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 used. Here's an example form: Manifest Example:…
fsimmons
  • 144
  • 1
  • 6
0
votes
2 answers

Sending raw data/printer commands to Printer

I understand that is possibly/slightly off topic here, but it is to do with programming a dot matrix printer. I am trying to generate a new character for on OKI Microline 5520, and am trying to use the command line for this. The command I am trying…
jbutler483
  • 24,074
  • 9
  • 92
  • 145
0
votes
1 answer

Page style not being reflected on actual print using Impact/Dot Matrix printer

I have a web page that triggers a javascript print function, the browser's print preview shows up properly with the design, however when I hit on Print, the resulting page printed is different from the actual style. The printer is an Impact/Dot…
Warren
  • 163
  • 2
  • 11
0
votes
1 answer

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 i could print in InkJet/Laser printers? Should i…
George Taskos
  • 8,324
  • 18
  • 82
  • 147
0
votes
2 answers

java usb dot matrix printing

i am trying to print on the USB port with EPSON LX 350 dot matrix print. i am using windows 8.1 and printer can print test page in printer properties. When i try to print some string, it runs without any problem. I see printer name as output. And i…
acpuma
  • 479
  • 5
  • 15
0
votes
1 answer

Possibility to print via printer dot matrix with PHP

Is there any possibility so we can print bill with printer dot/jet matrix in PHP? And also, can PHP detect for barcode reader ? or just simple method, I only provide input text then if I scan with barcode reader, directly fill to input text…
Agoeng Liu
  • 674
  • 3
  • 10
  • 30