Author: rbadis | Posted on: 8/10/2008 10:25:17 PM | Views : 1340

Hi Guys,


I've used two type of code in order to print a PDF Doc without having to open.
in the first option I used Acrobat and In the second option I used tool called GhostScript and both works Fine when running my web appliction in Debug mode (Running it from Visual Studio).

BUT if I try to run it from a Browser (by typing the url to my Web App) it doesn't print it looks like may be a security issue but I don't know how to fix it.
 I have set the security permission in the folder that include my web app to be accessed by any user (Full access to any user) but still the same the code runs OK but no printing is hapening!!!?
     
///-----------------------<Option 1 >--------------------------

ProcessStartInfo startInfo = Go to the complete details ...