Search found 3 matches

by Iggi
Tue Jan 03 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: C# Example
Replies: 5
Views: 9700

Hello, CDIntf.dll can be used as an AcitiveX or as a DLL. We have a special .Net version of CDIntf that contains the main functions of CDintf (and not all of them). You can use it if you wish. Hope this helps. Thanks, but the method BatchConvert in CDIntfEx.dll not exist in CDIntfNet.dll How con I ...
by Iggi
Tue Jan 03 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: C# Example
Replies: 5
Views: 9700

Hi, try this: // Reference cdintf.dll in installation root of PDF Creator Developper version string strLicensTo; string printerName; string strActivationCode; strLicensTo = "Evaluation Version Developer"; printerName = "Amyuni PDF Converter"; strActivationCode = "07EF...&quo...
by Iggi
Mon Jan 02 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: C# Example
Replies: 5
Views: 9700

C# Example

Hi, I'm looking for a c# example of PDF Converter.
I need to convert a fil (doc, xls, jpg, tif) into pdf

where can I find it ?

thanks