Access peripheral devices through the browser

Asked

Viewed 459 times

0

I am developing a web system for financial control is necessary to print tax notes in thermal/tax printer.

It would be possible to integrate this device through the browser or I will be required to develop a desktop application for this?

2 answers

3

Depending on your infrastructure, you can make your web application interact directly with your tax printer from your server. This requires access to the printer.

This way you eliminate individual settings for each machine that will use your application; only your server will need to have the driver for the device.

inserir a descrição da imagem aqui

The namespace System.Drawing.Printing has classes that can meet your need. Follows an example at MSDN.

1

It is possible, just define a print layout and send the document as any other, to the equipment printer, whether thermal or not, who manages the printer is the machine, you will only generate a kind of report, where it will be diagrammed in the format of the note you use.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.