Ask a Question related to ASP Components, Design and Development.
-
charles #1
Print PDF in asp w/o print dialog
Hi,
I have searched my forum for an answer. But I still want to confirm
with reality.
is it possible to print PDF w/o the print dialog to show up?
I use this command acrobat.exe /t c:\myFile.pdf at command prompt. it
printed directly to default printer. I am trying to do the same in asp
using
<%
set wshell = CreateObject("WScript.Shell")
wshell.run "acrobat.exe /t c:\myFile.pdf "
set wshell = nothing
%>
but I always get the same error:
Error Type:
(0x80070002)
I gave the ISUR_<computername> the permission to execute at adobe
folder and .exe but stil not working
Does anybody have an answer for this problem?
thank you,
Charles
charles Guest
-
Very slow print dialog window
The problem is when I select print from InDesign CS it takes 16 seconds for the print dialog window to appear, during that time the beach ball is... -
Funkiness in print dialog box
When I go to print a document, I hit command-P, and up jumps the print dialog box. I select the printer I want to use, and go from the "Copies &... -
Illustrator 10 Print Space settings in Print Dialog
Howdy all; I've got a peculiar situation that I haven't found an answer to yet. On my laptop PC (Windows XP Home) when I go to print a document... -
Bypass Print Dialog
Hi all, I'm building a ticketing system for a minor league baseball team and of course it will utilize a ticket printer. I was wondering if there... -
How can I open the print dialog
you could add a print-button - let it go "server side" to display what you want to print, and register some java to print the form... then direct... -
Raj #2
Re: Print PDF in asp w/o print dialog
Also, add everyone
"charles" <shang.hsieh@gmail.com> wrote in message
news:1175638647.956977.299150@q75g2000hsh.googlegr oups.com...> Hi,
>
> I have searched my forum for an answer. But I still want to confirm
> with reality.
> is it possible to print PDF w/o the print dialog to show up?
>
> I use this command acrobat.exe /t c:\myFile.pdf at command prompt. it
> printed directly to default printer. I am trying to do the same in asp
> using
>
> <%
> set wshell = CreateObject("WScript.Shell")
> wshell.run "acrobat.exe /t c:\myFile.pdf "
> set wshell = nothing
> %>
>
> but I always get the same error:
> Error Type:
> (0x80070002)
>
> I gave the ISUR_<computername> the permission to execute at adobe
> folder and .exe but stil not working
>
> Does anybody have an answer for this problem?
>
> thank you,
> Charles
>
Raj Guest



Reply With Quote

