Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Amyuni
Message
De
01/12/2006 10:44:34
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Amyuni
Divers
Thread ID:
01174099
Message ID:
01174099
Vues:
75
I am evaluating the Amyuni activex controls to convert a tiff file to pdf using the Amynui controls.

I was looking at the examples at the website but could not get any one to accomplish this one.
I just do not know how to print the tiff file.

Here is what I am trying to do :
cdi = CREATEOBJECT("CDIntfEx.CDIntfEx")
TRY   
 cdi.DriverInit("Amyuni PDF Suite")
CATCH
 =MESSAGEBOX("Sorry, printer not found")		
ENDTRY

cdi.FileNameOptionsEx = NoPrompte + UseFileName
cdi.DefaultFileName = MyDirectory + "teco.pdf"
cdi.EnablePrinter(LicensedTo,ActivationCode)

******** HOW DO I READ THE TIFF FILE TO SEND IT TO THE PRINTER?????????

cdi.SetDefaultPrinter()
cdi.RestoreDefaultPrinter()
cdi = null
Any help is appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform