Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print a file
Message
 
To
16/01/2002 12:37:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00605493
Message ID:
00605511
Views:
11
For example:
DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

? ShellExecute(0,"print","c:\acrobat3\reader\acrobat.pdf","","",1)

>I have a folder full of pdf files. How can I use code to print the pdf file without opening Acrobat?
Previous
Reply
Map
View

Click here to load this message in the networking platform