Reputation: 3407
My team and I are building an online printer service for our neighborhood. There are a central server and several printers connected to this server via PC, and the clients could upload their files on the website to get them printed by the printers.
But the problem for current schema is that the clients have to upload files rather than hit the "print" button. And for the printer terminal, the operators have to download the files and print them manually.
Now we are up to build a virtual printer for the clients to enable them use our printers by print command on their local machine.
So here I'm looking for ideas for the solution.
For the printer end, things could be easy since we can just write a webapp to check the website regularly and print the files found before deleting them.
But for the client end, what should I do? I found software like GhostScript, RedMon, CUPS-PDF could be useful, but not sure about the details.
Note that besides transferring the files, we should keep track of the user's print fee so a login should be triggered when using "print" on clients' local machine.
Upvotes: 0
Views: 1798
Reputation: 178
Not sure of your approach, but are you building http://www.google.com/cloudprint/learn/?
Depending on how much you are trying to build yourself, you can look at http://www.all2pdf.com/virtual-printer-driver-use.htm or http://www.zan1011.com/.
Upvotes: 1