Ask a Question related to ASP.NET Security, Design and Development.
-
Sam #1
pdf printing using ProcessStartInfo
I am trying to print pdf documents from my Intranet ASP.NET application. I am using the code listed below. The code works fine when run from a console or windows application but nothing happends (no printing and no exception) when its executed from an ASP.NET app. The code is suppose to print to the users default printer, so I figured it was running under an incorrect security context, so I turned on impersonatation, but that made no difference
An ideas
Regard
Sa
Dim p As New System.Diagnostics.ProcessStartInf
p.Arguments = "/p /h " & sPathFil
p.FileName = "C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe
p.UseShellExecute = Tru
Dim process As New System.Diagnostics.Proces
process.Start(p)
Sam Guest
-
Freehand printing - right margin decreases when printing multiple copies of file.
I'm using Freehand mx. Everytime I print more than one copy of a file, the right margin decreases. Thus, if I print five or six copies of a file,... -
Printing Dynamically Insantiated MovieClips (multi-page printing)
I can create multiple pages with just one prompt with new PrinJob() object in Flash MX2004; but ... .... when I try to addpages which is one... -
Printing without showing the printing dialog window
hey - did you ever figure out a solution to the printing without dialog issue? i'm trying to get around the same problem myself. thanks! -jason -
ASP.Net permission problem on ProcessStartInfo?
Just to make sure that I wasn't doing something stupid I've tried getting the current user name a couple of ways: If I check... -
Printing a external text file or printing a text field cast member...
use BuddyApi Xtra to use external app. for print a file like MSWord, -
markus #2
Re: pdf printing using ProcessStartInfo
It is not free but you could try clprint ([url]www.commandlinepdf.com[/url]). It has more features than printing from the command line using acrobat.
markus Guest



Reply With Quote

