开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜