Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni
Message
From
01/12/2006 10:44:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Amyuni
Miscellaneous
Thread ID:
01174099
Message ID:
01174099
Views:
74
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.
Next
Reply
Map
View

Click here to load this message in the networking platform