Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing TIFF Files
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Printing TIFF Files
Miscellaneous
Thread ID:
00709445
Message ID:
00709445
Views:
50
I'm attempting to print multi-page TIFF files without user interaction. When I do this:

DECLARE INTEGER ShellExecute IN SHELL32.dll ;
INTEGER nWinHandle, ;
STRING cOperation, ;
STRING cFileName, ;
STRING cParameters, ;
STRING cDirectory, ;
INTEGER nShowWindow
ShellExecute(0,"print","d:\backup\scanned docs\cd1\0asgr00000.tif","","",1)

A TIFF file viewer pops up and the file is not printed. I can use the same command for other files and they print - just not the TIFF files.

Can someone tell me what I can do to get the TIFF files to print?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform