not found the GetDocumentTitle in version 3

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
theGhost_k8
Posts: 19
Joined: Fri Jan 12 2007

not found the GetDocumentTitle in version 3

Post by theGhost_k8 »

Hi,

In old version 2.5,
dim cdi As CDIntfEx.CDIntfExClass = New CDIntfEx.CDIntfExClass
with this cdi object, we are getting the document title through cdi.GetDocumentTitle(JobID)

But if we are using the new version 3
Dim cdiNet As CDIntf.CDIntfControl = new CDIntf.CDIntfControl
with this cdiNet object. we are not able to get the document title
what is the function or procedure to get the document title?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

This is not due to version difference, this is due to interface difference.

In the first example you are using CDintf.dll in the second example you are using CDIntfNet.dll

CDIntfNet.dll contains only the most important functions of CDIntf.dll and not all the functions. Exhaustive list of functions will be added to later versions of CDIntfNet.dll

Hope this helps.
Post Reply