Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Amyuni
Message
 
 
À
01/12/2006 10:44:34
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Re: Amyuni
Divers
Thread ID:
01174099
Message ID:
01174240
Vues:
13
From VFP you print the report (I assume you mean PDF, not TIFF) using REPORT FORM just like you would print to any other printer. There is some code at http://fox.wikis.com/wc.dll?Wiki~UsingAmyuniPDFConverterWithVFP~VFP that might be helpful.


>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.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform