开发者

How to create a Printer for PDF printing with user rights in windows?

开发者 https://www.devze.com 2023-01-31 15:31 出处:网络
We have proble开发者_如何转开发ms with our PDF creating solution in terminal server environments.

We have proble开发者_如何转开发ms with our PDF creating solution in terminal server environments. On Creating PDF a PDF printer must be created and destroyed, but a normal user has no rights to do that. Is there an oppurtunity to create a Printer in the user Session without using a print server?


You need to write a Windows service that can print PDF files and install it on the server. The service should be made to watch a folder for files uploaded by the terminal user and then print them as per his/her requirements. As a Windows service is handling the printing, it would have no rights problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消