looking for GetGeneratedFilename

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
kagel
Posts: 4
Joined: Tue Dec 06 2005

looking for GetGeneratedFilename

Post by kagel »

In one of our application where we use actually the AxCDIntfEx control
Now we would like to replace this by the CDIntf.CDIntfControl
Where did the method axCDIntfEx1.GetGeneratedFilename() went ?

Thanks for a hint
Kagel
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Are you using the PDF Converter or PDF Creator from .NET?

CDINTF.CDINTF is the old control, the new one is CDINTFEX.CDINTFEX, why do you want to replace CDINTFEX by CDINTF?
kagel
Posts: 4
Joined: Tue Dec 06 2005

looking for getgeneratedfilename()

Post by kagel »

Im using the PDF Converter.

Since I replaced the ActiveX Control

//private AxCDIntfEx.AxCDIntfEx axCDIntfEx1;

by

private CDIntfEx.CDIntfExClass axCDIntfEx1;

I get all the necessary methods and it seem to work


Thanks
Post Reply