Search found 3 matches

by GA_Desj
Fri Nov 26 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: unable to install on Windows 7 x64
Replies: 1
Views: 6542

unable to install on Windows 7 x64

The install copy the files the file but is unable to add the printer. Here is a snippet of the dump produced by msiexec MSI (s) (B0:4C) [16:20:24:281]: Executing op: CustomActionSchedule(Action=_62D529FB_C95C_44FB_ABFB_64481E2499C3,ActionType=3090,Source=C:\Program Files (x86)\Amyuni Technologies\Am...
by GA_Desj
Fri Nov 26 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: unable to use DefaultFileName
Replies: 3
Views: 8103

Re: unable to use DefaultFileName

I actually solved it myself by using the locking mechanism... Here is a snapshot of my code for those interested ... This code is in FoxPro but quite easy to figure it out ... ** create pdf printer object loPdfprinter = createobject('CDIntfex.CDIntfex.4.5') =loPdfprinter.DriverInit("Amyuni PDF ...
by GA_Desj
Mon Nov 01 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: unable to use DefaultFileName
Replies: 3
Views: 8103

unable to use DefaultFileName

I use PDF converter 4.5.0.0 to convert crystal reports XI R2 SP4 report to pdf. However, I tried about everything to remove the pdf filename prompt and nothing worked. We use Visual FoxPro 8.0 to open the crystal report and print to pdf with amyuni. Here's a snippet of my code. Can anyone find the p...