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
Miscellaneous
Thread ID:
00709445
Message ID:
00709455
Views:
22
>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.

Another approach would be to use Kodak Imaging Admin ActiveX object to open and print TIFF file(s).

Just my $0.02

Igor
Igor Gelin
Database Developer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform