Search found 8 matches

by tedsung
Tue Mar 30 2004
Forum: Visual Basic Community
Topic: CDIntf for 2.10i no longer shows up in References
Replies: 1
Views: 5678

CDIntf for 2.10i no longer shows up in References

Hi, I've been using 2.07 of CDIntf in my VB project for a while. CDIntf appears as a refernce in my VB project (it appears in Project->References as CDIntf) and I use it like this: Set PDFPrinter = New CDIntf.CDIntf retval = PDFPrinter.PDFDriverInit(IntexPDFPrintDriver) lError = GetLastError() If lE...
by tedsung
Tue Mar 23 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: amyuni pdf converter problem starting with 2.10
Replies: 3
Views: 6916

amyuni pdf converter problem starting with 2.10

Hi, I use the PDF Converter to print a Farpoint Spread grid to a file from my Visual Basic application. Every version up to 2.09 worked. I then upgraded to 2.10e and this no longer worked. 2.10i (the latest on the web site) also failed. I'm using the same VB code and just re-installed the various ve...
by tedsung
Tue Jun 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: rtf to PDF
Replies: 1
Views: 4302

rtf to PDF

Can PDF Converter convert from an RTF to PDF?
by tedsung
Wed Jun 04 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: font size is bigger in 2.09 compared to 2.08?
Replies: 5
Views: 8361

sethorizontalmargin?

I'm using the CDINTF.DLL via Visual Basic. I do the following: Set PDFPrinter = New CDIntf.CDIntf retval = PDFPrinter.PDFDriverInit(IntexPDFPrintDriver) PDFPrinter.Orientation = 2 ' make all landscape PDFPrinter.SetDefaultConfig ' set default configuration for all applications PDFPrinter.SetDefaultP...
by tedsung
Tue Jun 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: font size is bigger in 2.09 compared to 2.08?
Replies: 5
Views: 8361

where do I get cdintfl.dll for 2.10?

I'm using cdintfl.dll for 2.09 (this what filever.exe says). In Visual Basic, this control does not show a SetHorizontalMargin method. Is it only available in 2.10? If so, where do I get cdintfl.dll for 2.10?
by tedsung
Mon Jun 02 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: font size is bigger in 2.09 compared to 2.08?
Replies: 5
Views: 8361

font size is bigger in 2.09 compared to 2.08?

Here's what I'm seeing - I create the same report in an application and then create a PDF file using PDF Converter 2.08 and 2.09, respectively. The 2.08 creates a PDF file where entire report is fitted on 1 page. This is the expected behavior. Version 2.09 truncates the report in the right margin an...
by tedsung
Thu Oct 10 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: installing install.exe
Replies: 1
Views: 6477

installing install.exe

In our applications installation procedure (using InstallShield), we try to install the PDF Converter's install.exe. We suddenly get a message from the installer saying some file is not marked for installation. This occurs with Windows 2000. This is admittedly vague but we have not been able to repr...
by tedsung
Tue Oct 01 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved ] silent way to run install.exe
Replies: 1
Views: 7593

[Solved ] silent way to run install.exe

Hi,

Is there a way to run install.exe silently (so that the status window
does not appear)?

Also, does install.exe return a status code for its success or failure
and if so, what are the values.

Thanks,

Ted