Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
159 views

itext and dotmatrix printers

I have a JSP page which is simply getting parameters, querying database, generating invoice PDF, and sending silently to the default printer. I use itext library. The invoice has to be printed on a ...
2
votes
3answers
3k views

Printing in (Parallel Port) Dot Matrix over C#

For the needs of a project, i want to print over the LPT1 in specific locations, this will print a document in a dot matrix printer where i should print values in the places they should go. I really ...
2
votes
4answers
2k views

Php to print using dot-matrix printers

i am workng on a project that will end up printing recpts, my client uses a dot-matrix printer (some old version). He will need a system where rcpt printing will be fast i.e. time efficient, and not ...
1
vote
1answer
294 views

Read Epson Printer Status using C++ and ESC/P

I'm trying to get the status of a PLQ-20 Espon printer, using C++, but with no success. I tried that using GDI API and Escape function with PASSTHROUGH parameter, but the printer never understands ...
1
vote
1answer
475 views

LCD Output on RS232-connected Module via Ethernet - Request for general information

currently I am trying to write to an 20x4 LCD Dot-Matrix Module using Perle's TruePort Redirector. I have the GMS-DS LCD Module connected to a Perle Serial to Ethernet Device Server. As of now, I ...
1
vote
1answer
1k views

Dot matrix fast printing with precise layout in Java

I'd like to know what practical way of constructing reports for EPSON Dot Matrix printers exists in Java. At this time, I'm having the LX300+II model to play with. I know that there are basically two ...
0
votes
2answers
72 views

Java printing quality in Linux on dot-matrix printer

I need to print the report from a Java desktop application to a dot-matrix printer (Epson LX-300 II). Report consists of text ang some graphics. Printer is connected via USB and I'm using CUPS to ...
0
votes
1answer
26 views

Using ghostscript with TallyGenicom 6312 Line Printer

I am attempting to use GhostScript 9.04 with .NET (gsdll32.dll) to convert and then output a pdf file to a TallyGenicom 6312 Line Printer. I've dug through tons of documentation but no matter what ...
0
votes
0answers
29 views

how to create 12 * 24 dot font for printer?

I have a POS (smart device) with Windows CE 5.0, that has a printer , and i'm developing software by .NET CF and C++ on it using its SDK libraries. In order to change printer's font, i should send it ...
0
votes
1answer
112 views

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