简体   繁体   中英

print pos receipt in tow printer in web application

I'm using a web application and the frontend is HTML, CSS, js, jquery, vuejs2 etc. I need to print to two printers.

<table>
    <thead>
        <tr>
            <th>header</th>
        </tr>
    </thead>
    <tbody>
        <tr><td>item 1 * 150 $</td></tr>
        <tr><td>item 5 * 160 $</td></tr>
        <tr><td>item 3 * 70 $</td></tr>
        <tr><td>item 9 * 80 $</td></tr>
    </tbody>
    <tbody>
        <tr>
            <td>footer here</td>
        </tr>
    </tbody>
</table>

If I want to print the page using ctrl + p it will print in the first printer only. How can I print to two different printers? my os is windows 10 and my browser is chrome and sometimes edge ..

Well, technically you can't be able to use two printers at once cause the os will only send the data to one printer and might even printer 2 pages in the same printer.

But why really do you want to print with 2 printers. If there is a specific reason for why you want to do this could you like please mention it.

But check this link as well for more info on using a third party website.

https://itstillworks.com/13331277/how-to-print-on-two-printers-at-a-time

https://bizfluent.com/info-7905752-can-two-printers-one-computer.html

https://www.foldermill.com/solutions/automatically-print-documents-on-many-printers

Hope one of these links are useful

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM