Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

3,639,855

Downloads of v 11.27.0:

154,121

Last Update:

03 Jul 2025

Package Maintainer(s):

Software Author(s):

  • geek Software GmbH

Tags:

PDF24 Creator

  • 1
  • 2
  • 3

11.27.0 | Updated: 03 Jul 2025

Downloads:

3,639,855

Downloads of v 11.27.0:

154,121

Software Author(s):

  • geek Software GmbH

PDF24 Creator 11.27.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by geek Software GmbH. The inclusion of geek Software GmbH trademark(s), if any, upon this webpage is solely to identify geek Software GmbH goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install PDF24 Creator, run the following command from the command line or from PowerShell:

>

To upgrade PDF24 Creator, run the following command from the command line or from PowerShell:

>

To uninstall PDF24 Creator, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade pdf24 -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade pdf24 -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install pdf24
  win_chocolatey:
    name: pdf24
    version: '11.27.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'pdf24' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '11.27.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller pdf24
{
    Name     = "pdf24"
    Version  = "11.27.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'pdf24':
  ensure   => '11.27.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 04 Jul 2025.

Description

The free, PDF24 PDF Creator is a program to create PDF files from almost any application. The PDF creator functions as a virtual PDF printer and provides some PDF editing features.

Features

  • Freeware
  • Easy to use
  • Multilingual
  • Create PDF files from almost any application
  • Creation of other file types: PDF/A, PDF/X, PS, EPS, PCL, PNG, JPEG, BMP, PCX, TIFF, PSD
  • PDF editor
  • Merge and split PDF
  • Extract pages from a PDF
  • Copy pages from one PDF to another PDF
  • Integrated preview
  • Set PDF information such as author and title
  • PDF watermark and PDF stamp
  • Sign PDF files
  • Secure a PDF with a password
  • Set document properties and permissions
  • Can import images from TWAIN devices
  • PDF screen capture
  • Windows tray icon with useful features

Requirements

As a virtual printer, PDF24 requires the Print Spooler ("spooler") service to be running. This package will start the spooler and configure it to auto-start.

Install Options

By default, this package will not install the Fax printer, and will not add a desktop icon. It will leave the default, "Notify when updates availble" option, but you can change all those options through package parameters:

  • /Updates=Auto - Enables the automatic update feature (outside of Chocolatey).
  • /Updates=Off - Disables checking for updates.
  • /Icon - Installs the desktop icon.
  • /Fax - Installs the fax printer.
  • /Basic - Only the PDF24 virtual printer is enabled to start. All "extra" features (shell context menu item, screen capture, mail, cloud print, tray icon) are disabled by default. They can be manually re-enabled per user in the PDF24 settings.

Example usage: choco install pdf24 -params '"/Basic"'


tools\chocolateybeforemodify.ps1
if (Get-Process 'pdf24' -ErrorAction SilentlyContinue) {
   Stop-Process -Name pdf24 -Force
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$InstallArgs = @{
   packageName   = $env:ChocolateyPackageName
   softwareName  = "$env:ChocolateyPackageName*"
   fileType      = 'MSI' 
   url           = 'https://download.pdf24.org/pdf24-creator-11.27.0-x86.msi'
   checksum      = '667FCE28FA135E025975643FD0C91A928B991BFCA9304EC4494EC9F46A82D045'
   url64bit      = 'https://download.pdf24.org/pdf24-creator-11.27.0-x64.msi'
   checksum64    = '9F783E323BBB4EB5E070E5F0E5093A8657455F52A8C368F7BA3E56E83F28637D'
   checksumType  = 'sha256'
   silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
   validExitCodes= @(0, 3010, 1641)
}

# The PDF24 Service depends on the Print Spooler service so make it is up and running 
#    (Stolen from cutepdf package and thanks to bcurran3.)
try {
   $serviceName = 'Spooler'
   $spoolerService = Get-WmiObject -Class Win32_Service -Property StartMode,State -Filter "Name='$serviceName'"
   if (-not $spoolerService) { 
      Write-Warning "The Print Spooler service must be running for PDF24 to install."
      Throw "Service $serviceName was not found" 
   }
   Write-Warning "Print Spooler service state: $($spoolerService.StartMode) / $($spoolerService.State)"
   if ($spoolerService.StartMode -ne 'Auto' -or $spoolerService.State -ne 'Running') {
      Set-Service $serviceName -StartupType Automatic -Status Running
      Write-Warning 'Print Spooler service now set to: Auto / Running'
   }
} catch {
   Throw "Unexpected error while checking Print Spooler service: $($_.Exception.Message)"
}

$pp = Get-PackageParameters

if ($pp['Updates']) { 
   if ($pp['Updates'] -eq 'auto') {
      Write-Host 'You have opted for PDF24 to automatically update itself.' -ForegroundColor Cyan
      $U = ' UPDATEMODE=0'
   } elseif ($pp['Updates'] -eq 'off') {
      Write-Host 'You have opted for PDF24 to not check for updates.' -ForegroundColor Cyan
      $U = ' UPDATEMODE=2'
   } else {
      Write-Host 'Unrecognized "/Updates" option!  PDF24 will check and notify about updates only.' -ForegroundColor Cyan
   }
}

if ($pp['Icon']) { 
   Write-Host 'You have opted for the Desktop Icon.' -ForegroundColor Cyan
   $I = ''
} else { $I = ' DESKTOPICONS=No' } 

if ($pp['Fax']) { 
   Write-Host 'You have opted to include the FaxPrinter.' -ForegroundColor Cyan
   $F = ''
} else { $F = ' FAXPRINTER=No' } 

if ($pp['Basic']) {
   Write-Host 'You requested to configure the PDF Printer feature only.' -ForegroundColor Cyan
   $RegPath = 'HKLM:\SOFTWARE'
   if (-not (Test-Path "$RegPath\PDF24")) {
      $null = New-Item -Path $RegPath -Name 'PDF24' -Force
   }
   $Properties = @(
      'NoTrayIcon',
      'NoOnlineConverter',
      'NoShellContextMenuExtension',
      'NoOnlinePdfTools',
      'NoCloudPrint',
      'NoEmbeddedBrowser',
      'NoPDF24MailInterface',
      'NoScreenCapture',
      'NoFax',
      'NoFaxProfile',
      'NoMail'
   )
   ForEach ($item in $Properties) {
      $null = New-ItemProperty -Path "$RegPath\PDF24" -Name $item -PropertyType DWORD -Value 1 -Force
   }
}

$InstallArgs.silentArgs = "$($InstallArgs.silentArgs)$I$F$U"

Install-ChocolateyPackage @InstallArgs

tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

[array]$key = Get-UninstallRegistryKey -SoftwareName "PDF24*"

if ($key.Count -eq 1) {
   $GUID = "{$($key[0].UninstallString.split('{')[-1])"
   $UninstallArgs = @{
      Statements    = "/x $GUID /qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).Uninstall.log`""
      ExeToRun      = 'msiexec'
      validExitCodes= @(0, 93, 3010, 1605, 1614, 1641)
   }
   Start-ChocolateyProcessAsAdmin @UninstallArgs

} elseif ($key.Count -gt 1) {
   Throw "Multiple installs found.  Could not safely uninstall PDF24!"
} else {
   Write-Host "PDF24 not found.  It may have been uninstalled through other actions."
}

if (Test-Path 'HKLM:\SOFTWARE\PDF24') {
   Remove-Item 'HKLM:\SOFTWARE\PDF24' -Recurse -Force
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
PDF24 Creator 11.26.1 100153 Wednesday, June 4, 2025 Approved
PDF24 Creator 11.25.1 82249 Monday, May 19, 2025 Approved
PDF24 Creator 11.25.0 108481 Friday, April 11, 2025 Approved
PDF24 Creator 11.23.0.20250130 177517 Thursday, January 30, 2025 Approved
PDF24 Creator 11.23.0 34215 Monday, January 27, 2025 Approved
PDF24 Creator 11.22.0 84632 Friday, December 20, 2024 Approved
PDF24 Creator 11.21.0 75814 Friday, November 22, 2024 Approved
PDF24 Creator 11.20.1 113654 Tuesday, October 8, 2024 Approved
PDF24 Creator 11.20.0 53348 Monday, September 23, 2024 Approved
PDF24 Creator 11.19.0 62854 Tuesday, September 3, 2024 Approved
PDF24 Creator 11.18.0 150243 Tuesday, June 18, 2024 Approved
PDF24 Creator 11.17.0 179099 Wednesday, March 13, 2024 Approved
PDF24 Creator 11.16.0 86978 Thursday, February 22, 2024 Approved
PDF24 Creator 11.15.2 178453 Monday, December 18, 2023 Approved
PDF24 Creator 11.15.1 85791 Friday, November 24, 2023 Approved
PDF24 Creator 11.14.0 129164 Tuesday, October 17, 2023 Approved
PDF24 Creator 11.13.2 183265 Saturday, July 29, 2023 Approved
PDF24 Creator 11.13.1 70272 Monday, July 3, 2023 Approved
PDF24 Creator 11.13.0 13681 Friday, June 30, 2023 Approved
PDF24 Creator 11.12.1 85434 Tuesday, May 30, 2023 Approved
PDF24 Creator 11.12.0 123713 Sunday, May 14, 2023 Approved
PDF24 Creator 11.11.1.20230418 97102 Tuesday, April 18, 2023 Approved
PDF24 Creator 11.11.1 19481 Sunday, April 16, 2023 Approved
PDF24 Creator 11.11.0 43624 Monday, April 3, 2023 Approved
PDF24 Creator 11.10.2 63310 Saturday, February 18, 2023 Approved
PDF24 Creator 11.9.1 53228 Sunday, January 8, 2023 Approved
PDF24 Creator 11.9.0 21293 Friday, December 23, 2022 Approved
PDF24 Creator 11.8.0 33579 Saturday, December 3, 2022 Approved
PDF24 Creator 11.7.0 36884 Saturday, November 5, 2022 Approved
PDF24 Creator 11.6.0 30956 Saturday, October 15, 2022 Approved
PDF24 Creator 11.4.0 46971 Tuesday, August 30, 2022 Approved
PDF24 Creator 11.3.0 39013 Saturday, July 23, 2022 Approved
PDF24 Creator 11.2.0 23546 Friday, July 8, 2022 Approved
PDF24 Creator 11.1.0 56339 Saturday, May 14, 2022 Approved
PDF24 Creator 11.0.1 50844 Saturday, March 26, 2022 Approved
PDF24 Creator 10.8.0 35608 Tuesday, February 15, 2022 Approved
PDF24 Creator 10.7.1 31278 Monday, January 10, 2022 Approved
PDF24 Creator 10.7.0 31362 Saturday, November 27, 2021 Approved
PDF24 Creator 10.6.3 22084 Saturday, November 6, 2021 Approved
PDF24 Creator 10.6.0 19574 Monday, October 18, 2021 Approved
PDF24 Creator 10.5.0 13873 Saturday, October 9, 2021 Approved
PDF24 Creator 10.2.0 16004 Monday, September 27, 2021 Approved
PDF24 Creator 10.1.1 17314 Wednesday, September 8, 2021 Approved
PDF24 Creator 10.1.0 17970 Friday, August 20, 2021 Approved
PDF24 Creator 10.0.12 61806 Saturday, April 3, 2021 Approved
PDF24 Creator 10.0.11 25670 Wednesday, February 24, 2021 Approved
PDF24 Creator 10.0.9 13975 Thursday, February 11, 2021 Approved
PDF24 Creator 10.0.8 13603 Saturday, January 30, 2021 Approved
PDF24 Creator 10.0.7 20951 Sunday, December 27, 2020 Approved
PDF24 Creator 10.0.6 12264 Saturday, December 12, 2020 Approved
PDF24 Creator 10.0.3 12855 Friday, November 27, 2020 Approved
PDF24 Creator 10.0.0 11036 Sunday, November 15, 2020 Approved
PDF24 Creator 9.2.2 20334 Sunday, October 11, 2020 Approved
PDF24 Creator 9.2.1 15552 Saturday, September 12, 2020 Approved
PDF24 Creator 9.2.0 15824 Friday, August 14, 2020 Approved
PDF24 Creator 9.1.1 21626 Tuesday, June 9, 2020 Approved
PDF24 Creator 9.1.0 21377 Tuesday, April 28, 2020 Approved
PDF24 Creator 9.0.4 21249 Wednesday, January 29, 2020 Approved
PDF24 Creator 9.0.3 7071 Saturday, January 18, 2020 Approved
PDF24 Creator 9.0.1 16195 Saturday, October 26, 2019 Approved
PDF24 Creator 9.0.0 13975 Tuesday, August 27, 2019 Approved
PDF24 Creator 8.9.1 12861 Saturday, July 20, 2019 Approved
PDF24 Creator 8.9.0 7537 Tuesday, June 18, 2019 Approved
PDF24 Creator 8.8.2 12231 Saturday, March 16, 2019 Approved
PDF24 Creator 8.8.1 4324 Monday, March 4, 2019 Approved
PDF24 Creator 8.7.2 15943 Friday, December 21, 2018 Approved
PDF24 Creator 8.7.1 5500 Tuesday, December 11, 2018 Approved
PDF24 Creator 8.7.0 5450 Sunday, November 18, 2018 Approved
PDF24 Creator 8.6.1 385 Thursday, October 18, 2018 Approved
PDF24 Creator 8.2.2 25143 Thursday, August 31, 2017 Approved
PDF24 Creator 8.2.0 5924 Saturday, June 10, 2017 Approved
PDF24 Creator 8.1.4 3894 Wednesday, April 19, 2017 Approved
PDF24 Creator 8.1.3 2290 Tuesday, April 11, 2017 Approved
PDF24 Creator 8.1.2 2184 Thursday, April 6, 2017 Approved
PDF24 Creator 8.1.1 1947 Friday, March 31, 2017 Approved
PDF24 Creator 8.1.0 3119 Thursday, February 23, 2017 Approved
PDF24 Creator 8.0.4 3845 Tuesday, December 20, 2016 Approved
PDF24 Creator 8.0.3 1485 Thursday, December 15, 2016 Approved
PDF24 Creator 8.0.2 2412 Tuesday, November 15, 2016 Approved
PDF24 Creator 8.0.1 1655 Wednesday, November 9, 2016 Approved
PDF24 Creator 7.9.0.20160712 3460 Tuesday, July 12, 2016 Approved
PDF24 Creator 7.9.0.20160706 457 Wednesday, July 6, 2016 Approved
PDF24 Creator 7.8.1 550 Monday, May 23, 2016 Approved
PDF24 Creator 7.8.0 1108 Thursday, April 28, 2016 Approved
PDF24 Creator 7.7.0 1555 Thursday, April 7, 2016 Approved
PDF24 Creator 7.6.4 1732 Friday, February 19, 2016 Approved
PDF24 Creator 7.6.3 1301 Monday, February 8, 2016 Approved
PDF24 Creator 7.6.2 15401 Monday, February 1, 2016 Approved
PDF24 Creator 7.6.1 935 Friday, January 29, 2016 Approved
PDF24 Creator 7.6.0 711 Thursday, January 28, 2016 Approved
PDF24 Creator 7.5.0.0 1260 Tuesday, January 19, 2016 Approved
PDF24 Creator 7.4.1.0 1459 Sunday, December 20, 2015 Approved
PDF24 Creator 7.3.0.0 517 Thursday, September 10, 2015 Approved
PDF24 Creator 6.9.2.0 2303 Friday, November 28, 2014 Approved
PDF24 Creator 6.9.1.0 544 Thursday, November 13, 2014 Approved
pdf24 6.8.0.0 582 Tuesday, October 28, 2014 Approved
pdf24 6.6.0.1 591 Sunday, September 7, 2014 Approved
pdf24 6.6.0 506 Sunday, September 7, 2014 Approved

This package has no dependencies.

Discussion for the PDF24 Creator Package

Ground Rules:

  • This discussion is only about PDF24 Creator and the PDF24 Creator package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or PDF24 Creator, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus