Hi, i'm developing a windows service that sends the print job to convert office documents to pdf, when i run the same code from a web app or a desktop app it works fine but in the service (wich runs under local system account) after calling PdfUtil.PrintFile(filePath, printerName) after a long wait it throws an exception saying there's no process associated with the object, i've follow the instructions given here:
http://www.biopdf.com/guide/examples/network_sharing/ , to allow the pdf printer to work without the use of impersonation; but with no results, someone can give any idea about whats happening? Thanks for your attention.