Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i work on a project in wich i need an application that manages printing on windows (like in a library or cybercafe the client click on print and the document goes to the admin PC and the admin allows it or not to go to the printer). I have two strategies the first one is to develop an application with java (i dont know if i can interact with windows spooler (printing) using JAVA and what is the level of difficulty), the second one is to find an open source application to integrate in my project. Any ideas or suggestions are welcome, thanks and sorry for my bad english.
Posted
Updated 18-May-18 11:36am
v2

1 solution

I do not think that Java will be a solution. Chances are you need to create a printer driver to capture all print spool data, and then pass it on to a physical printer according to your requirements. See https://msdn.microsoft.com/en-us/windows/hardware/hh852365[^].
 
Share this answer
 
Comments
Member 12019359 1-Oct-15 5:19am    
Thank you for your help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900