COM v1.9.5 new printer

Programmatically (via the COM interface) creating new profile and new printer is an easy job in the version 1.7.3.
Is it possible in v. 1.9.5 as well? If yes, which is the right way?
Will you publish VB.NET examples too, please?
Thank you.

COM interface seems not working in 1.9.5 - it’s Beta, as I do this in VBA Access 2007,


Set pdfjob = CreateObject(“PDFCreator.clsPDFCreator”)

pdfjob is Nothing. 

So I returned to v 1.7.3, PDFCreator, automation works as a charm as usual.

Hi,


the COM interface in 1.9.5 was completely rewritten, and a lot has changed. PDFCreator.clsPDFCreator is the old ProgId for VB6 versions of PDFCreator, you need to use 
PDFCreatorBeta.JobQueue instead. Please refer to the new manual for all the details.
The new COM interface is designed to stay backwards compatible to PDFCretor 1.9.5 in all future releases.
http://www.pdfforge.org/pdfcreator/manual/com-interface

best regards