Answer the question
In order to leave comments, you need to log in
C# - how to work with printing on a line matrix printer?
Good afternoon.
I ran into a problem: the enterprise has a lot of software written in FoxPro under ms-dos, it is required to rewrite the functionality in C#. Report printing is now carried out, for the most part, on line-matrix printers, a ribbon A3 wide and N meters long (depending on the amount of data).
Are there any libraries (or software manuals) for dealing with these types of printers in C#?
Thanks in advance.
PS: I tried to google materials, but on the first pages there are only offices selling printers.
Answer the question
In order to leave comments, you need to log in
https://social.msdn.microsoft.com/Forums/vstudio/e... I think it will help you or https://www.codeproject.com/articles/29709/WebControls/
As an option - use a model ideologically similar to that used in FoxPro:
feed data to a reporter who will generate / print reports either directly or through a txt file.
Candidates for consideration:
Crystal Report, StimulSoft Report, Microsoft Report Service
In conjunction with a text printer driver * - a quite worthy design can turn out, which will not require any changes when changing printing devices to any others. Unless you want to change the design of the reports.
p / s / just checked: stimulsoft can drive into the text:
+---------------------------------------------------------+--------+
| Основные данные |Согласие|
+----+-----+----+------------------------+----------------+- |
|№ п/| ID |Тип | Наименование | Группа | |
| | | | | | |
+----+-----+----+------------------------+----------------+--------+--------------------------------------------------+
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question