PDFCreator And PowerPoint Com objetc

Hello,



I want to print a ppt or pptx to PDF/A.



I use com object for PowerPoint and PDFCreator. I want this process was very silent.


This process work perfectly with com object word.



With the com object PowerPoint, i can print on real printer.


When i tried to print on the printer "PDFCreator" no jobs come to the IHM "Monitor Print PDF" of PDFCreator despite the "Monitor PDFCreator" of windows print correctly. My process blocks at this line : "while (_PDFCreator.cCountOfPrintjobs < 1) ;". Any ideas?



Best regards,



Wark.

Sorry,

But i have problem with COM object in World,

The COM object do not initilize any object using:

Private Sub Salva_apri_Click()

 Dim PDFCreator1 As PDFCreator.clsPDFCreator
  Set PDFCreator1 = New PDFCreator.clsPDFCreator

...........

end sub

 

i had runtime error[430]: "The class dosen't support the automation or the interface "

the NEW instruction doesen't work

 

ps. i hanv't find another post, there isn't a search function in Forum?

sorry and thanks.