Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
loma #1
Printing PDF with ShellExecute printto without launching Acrobat
Hello,
I have a server daemon which handles printing. From this daemon, I want
to print a PDF doc. Which I can do easily using the call ShellExecuteEx
as below...
SHELLEXECUTEINFO shlexInfo;
shlexInfo.cbSize = sizeof(SHELLEXECUTEINFO);
shlexInfo.fMask = SEE_MASK_FLAG_DDEWAIT | SEE_MASK_NOCLOSEPROCESS;
shlexInfo.lpVerb = "printto";
shlexInfo.lpFile = "C:\\idioms.pdf";
shlexInfo.lpParameters = ""HP4050" "HP LaserJet 4050 Series PCL6"
"IP_10.10.10.10"";
shlexInfo.nShow = SW_MINIMIZE ;
bool bRes = ShellExecuteEx(&shlexInfo);
However this pops up Acrobat Reader and leaves it open. Can I stop
Acrobat Reader from popping up in someway?
If these are not the correct groups to post these question, please
direct me to the correct once.
Thanks,
Loma
loma Guest
-
Acrobat 8 Not Printing
Hi, we can't print any PDF files from non Intel Macs, all Intel are fine using Acrobat 8! Acrobat 7 and Preview both print as normal. Strangely,... -
Acrobat Pro 7.0.8 update prevents InDesign launching
This affects managed users (those without admin privileges). After installing the Acrobat 7.0.7 update managed users were prevented from launching... -
Acrobat 7 Pro printing
I have Acrobat 7 Professional installed as part of CS2. The printing is set to print to Postscript Level 3 printers. I have a Level 2 printer. I can... -
Printing from Acrobat
I'm trying to print to a PS level 3 imagesetter from Acrobat 7.0 Pro using the Tiger OS to send the file to the NT RIP. Since the spot color is... -
Windows tries to launch Microsoft Windows Journal Viewer when launching Acrobat Pro 6
Thank You all for the responses! I chose to remove the Journal and life is good again! Great Forum! Brian



Reply With Quote

