Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing TIFF Files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Printing TIFF Files
Divers
Thread ID:
00709445
Message ID:
00709445
Vues:
51
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform