PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, March 5, 2022

[FIXED] How to print from web browser without print dialog?

 March 05, 2022     javascript, lamp, php, printing     No comments   

Issue

I'm building a LAMP point of sale (PoS) system. At the end of each transaction, I want to print a receipt. However, I do not want to be prompted by the print dialog. Is there a way to disable the print dialog? I will have direct access to every computer that uses the PoS, so I can make any changes to the OS, browser, etc. I'm looking for a solution that works cross platform, cross browser.

Suggestions?


Solution

Make each PoS station a print server. Have the web server print to the same station that the request came from.



Answered By - Ignacio Vazquez-Abrams
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing