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.
精彩评论