Error with PDFCreator.JobQueue

Hi, I use following VBA script:

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set ShellObj = CreateObject("Shell.Application")
Set PDFCreatorQueue = CreateObject("PDFCreator.JobQueue")

But after running the script, I receive message shown on the image:

Error: ActiveX cannot create object 'PdfCreator.JobQueue!
Code: 800A01AD

I use PDFCreator Free 6.0.1.0

Do you have any suggestion how to solve this?

Hi Jan_Jiri_Mamut,

take a look at this thread:

Thanks :slight_smile:
Do anybody have idea if this is only temporary matter (COM module support in free version) and will be fixed in near future?

They're not going to fix it. COM interface will only work with a paid version of 6.x and newer. Here's the link to the latest (free) version that still supports COM interface:
https://cdn.download.pdfforge.org/pdfcreator/5.3.3/PDFCreator-5_3_3-Setup.exe

I was afraid of that :slight_smile: Unfortunartely I paid for 6.0.1 professional version, and only later I found that there are serious issues with .NET framework version. You need 8.0+. COM is only 64bit, but this can be solved by writing proxy EXE that exposes the functionality to other porgrams. However, after obtaining COM interfaces from PDFCreator, in some calls it complains that :could not load assembly..." :frowning: though I installed NET 8.0.4