This part of the user guide will give you an introduction to the PDFCreator COM interface. It consists of two parts:
The reference user guide, where you can look up all methods and properties of each object that can be accessed through the COM interface of the PDFCreator.
The second part - namely Usage - will show the COM interface in action starting with a simple conversion of single file to different formats, then merging and converting multiple files and eventually get to the most important settings to get you started with the COM Interface.
Warning
To run and install COM interfaces the .NET 8 Desktop Runtime must be installed! If it was not installed during the setup installation, you can add it by running SetupHelper.exe /ComInterface=Register. The SetupHelper.exe file is located in the installation directory of PDFCreator.
Tip
Code examples in various programming languages can be found in the PDFCreator installation directory under “COM Scripts”.