If you test the problem whith Java Script Sample or Vb.Net the problem seem not be there.
If you test the problem with C# or Vb.Net the problem appears.
You have to instance the object in the same manner like Js or vb6.
Dim oJobQueue As System.Type = System.Type.GetTypeFromProgID(“PDFCreator.JobQueue”)
Dim oJobQueueCom As Object = System.Activator.CreateInstance(oJobQueue)
Dim oPdfCreatorDef As System.Type = System.Type.GetTypeFromProgID(“PDFCreator.PdfCreatorObj”)
Dim oPdfCreatorObj As Object = System.Activator.CreateInstance(oPdfCreatorDef)
Dim oPrintJob As System.Type = System.Type.GetTypeFromProgID(“PDFCreator.PrintJob”)
Dim oPrintJobCom As Object
Best regards.
Nobody.
P.S.:
If you use this method don’t forghot to remove references to PdfCreator.Exe and PdfCreator.COM in your project Vb.Net or C#