Search found 5 matches

by atarothtoer
Thu May 10, 2012 5:57 pm
Forum: Programming
Topic: Calling PdfUtil.PrintFile throws an exception
Replies: 0
Views: 28774

Re: Calling PdfUtil.PrintFile throws an exception

Well, finally i've made the test printing an office document located inside a subfolder under "inetpub\wwwroot\", same history: the service needs credentials in order to been able to open the document (the exception is thrown when the service can't open the office file). Hope this helps anyone out t...
by atarothtoer
Mon May 07, 2012 5:32 pm
Forum: Programming
Topic: Calling PdfUtil.PrintFile throws an exception
Replies: 0
Views: 28774

Re: Calling PdfUtil.PrintFile throws an exception

Hi, after some tests and debugging found that the problem relates to the Session0 isolation schema, the service runs in the session 0, from there it can't open archives for an user account (in my case the file that must be printed is under my documents) the service needs credentials to access the ar...
by atarothtoer
Wed May 02, 2012 3:19 pm
Forum: Programming
Topic: Calling PdfUtil.PrintFile throws an exception
Replies: 0
Views: 28774

Calling PdfUtil.PrintFile throws an exception

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 ...
by atarothtoer
Thu Apr 26, 2012 3:59 pm
Forum: Programming
Topic: Troubleshooting printing from IIS web app
Replies: 2
Views: 21109

Re: Troubleshooting printing from IIS web app

yes, actually i'm trying the aproach suggested by the admin create a windows service that listen a port where the web app sends the file's folder and name, the service does the printing job and then notifies the web app when its done. Now i'm wondering if i'm using the global settings file for my pr...
by atarothtoer
Wed Apr 04, 2012 3:44 pm
Forum: Programming
Topic: Troubleshooting printing from IIS web app
Replies: 2
Views: 21109

Troubleshooting printing from IIS web app

Hi, i've made a project to convert documents from office to pdf, thanks to your great API, when it run in the visual studio server it's ok, but when i put it into de IIS it fails, don't throw an error message or an exception it just hangs the application. I've modified some registry keys to enable t...