Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Hello,
I am currently using Stimulsoft Reports to generate and print reports through the browser. As far as I understand, Stimulsoft uses the GDI (Graphics Device Interface) approach when rendering and printing reports.
However, in my case I am working with dot matrix printers, and I would like to use printer device fonts such as:
* Courier 10 CPI
* Draft 10 CPI
* and other built-in printer fonts
The reason is that printing using these device fonts is significantly faster compared to printing through GDI rendering.
My question is:
Is there any way in Stimulsoft to design a report (MRT) that uses **printer device fonts directly**, instead of rendering everything through GDI?
Or is there any recommended approach to achieve **high-speed printing for dot matrix printers** when using Stimulsoft?
Any suggestions or best practices would be greatly appreciated.
Thank you.
I am currently using Stimulsoft Reports to generate and print reports through the browser. As far as I understand, Stimulsoft uses the GDI (Graphics Device Interface) approach when rendering and printing reports.
However, in my case I am working with dot matrix printers, and I would like to use printer device fonts such as:
* Courier 10 CPI
* Draft 10 CPI
* and other built-in printer fonts
The reason is that printing using these device fonts is significantly faster compared to printing through GDI rendering.
My question is:
Is there any way in Stimulsoft to design a report (MRT) that uses **printer device fonts directly**, instead of rendering everything through GDI?
Or is there any recommended approach to achieve **high-speed printing for dot matrix printers** when using Stimulsoft?
Any suggestions or best practices would be greatly appreciated.
Thank you.
-
Lech Kulikowski
- Posts: 7707
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Hello,
What product and version are you use?
Thank you.
What product and version are you use?
Thank you.
Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
currently use "stimulsoft-reports-js": "^2024.3.6"
-
Lech Kulikowski
- Posts: 7707
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Hello,
The DOT-Matrix preview setting is available in the NET product. In the JS version, it is not available.
Thank you.
The DOT-Matrix preview setting is available in the NET product. In the JS version, it is not available.
Thank you.
Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Hi Lech, thank you for the confirmation.
I am a bit curious though, from a technical perspective: older technologies like VB6 could easily print in draft mode to dot matrix printers using device fonts long before the .NET framework even existed.
Looking forward to your advice.
I am a bit curious though, from a technical perspective: older technologies like VB6 could easily print in draft mode to dot matrix printers using device fonts long before the .NET framework even existed.
Looking forward to your advice.
-
Lech Kulikowski
- Posts: 7707
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing
Hello,
This is a limitation of browser printing.
Thank you.
This is a limitation of browser printing.
Thank you.