PDFCreator can be installed using Chocolatey.
The install
command can be used to install all PDFCreator editions.
PDFCreator Free Sample:
choco install pdfcreator
Note
The choco install
command provides a silent installation by default.
If an interactive setup is necessary, please use the --notsilent=true
flag.
Use the following command to install a specific version of PDFCreator:
choco install <package-id> --version <version-number>
where:
--version
is a flag that enables you to specify an exact version to install. If the flag is not specified, chocolatey will install the latest stable version of the package.
<package-id>
is the package identifier of the product to be installed.
<version-number>
is the version number (e.g 5.2.0).
Please refer to Edition Names for a list of the editions and their respective package identifiers
When using Chocolatey to install the business editions of PDFCreator, the DeferLicenseCheck
command line parameter (see Setup Command Line Parameters) is automatically used.
This means that the user is only prompted for a license activation once PDFCreator is started for the first time after an install or update.
Attention
If PDFCreator is installed/updated using Chocolatey and a license key is provided (although not necessary for the installation), the license key will be saved to registry. During startup, PDFCreator will attempt to get a license activation with the (newest) license key in registry.
To run the installer with custom command line parameters, the --install-args
flag can be used.
Attention
Other valid aliases for --install-args
include:
--ia, --installargs, --installarguments, and --install-arguments
choco install <package-id> --ia="<params>"
where:
<params>
is a placeholder for a list of custom command line parameters separated by a whitespace
<package-id>
is the package identifier of the product to be installed.
Warning
Please note that the list of custom command line parameters is wrapped by double quotation marks.
For example, in the following line the Desktop icons are disabled and the language of the software is set to German:
choco install <package-id> --ia="/NoIcons /Lang=de"
Attention
PDFCreator Server utilizes a Windows service to convert documents.
For security reasons, we strongly recommend creating a dedicated user account for this service.
This user account should have the following permissions:
Write access to HKEY_LOCAL_MACHINE
Write access to the Windows temp folder %WINDIR%\Temp
.
The ability to establish network connections to license.pdfforge.org
Please refer to the PDFCreator Server Configuration page for more information on installing PDFCreator Server .
Edition |
ID |
---|---|
PDFCreator Free |
pdfcreator |
PDFCreator Professional |
pdfcreator-professional |
PDFCreator Terminal Server |
pdfcreator-terminal-server |
PDFCreator Server |
pdfcreator-server |