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:

106,045

Downloads of v 11.3.239:

822

Last Update:

27 Nov 2021

Package Maintainer(s):

Software Author(s):

  • Softland

Tags:

dopdf pdf print notsilent

doPDF (install)

This is not the latest version of doPDF (install) available.

  • 1
  • 2
  • 3

11.3.239 | Updated: 27 Nov 2021

Downloads:

106,045

Downloads of v 11.3.239:

822

Software Author(s):

  • Softland

doPDF (install) 11.3.239

This is not the latest version of doPDF (install) available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

I opened a discussion about this (https://groups.google.com/forum/#!topic/chocolatey/uOHpAx7j_Xs), and although gep13 was able to get the package to install in the test-environment, it is still failing on the verifier with a time-out.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install doPDF (install), run the following command from the command line or from PowerShell:

>

To upgrade doPDF (install), run the following command from the command line or from PowerShell:

>

To uninstall doPDF (install), 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 dopdf -y --source="'INTERNAL REPO URL'" --version="'11.3.239'" [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 dopdf -y --source="'INTERNAL REPO URL'" --version="'11.3.239'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install dopdf
  win_chocolatey:
    name: dopdf
    version: '11.3.239'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'dopdf' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '11.3.239'
end

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


cChocoPackageInstaller dopdf
{
    Name     = "dopdf"
    Version  = "11.3.239"
    Source   = "INTERNAL REPO URL"
}

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


package { 'dopdf':
  ensure   => '11.3.239',
  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 27 Nov 2021.

Description

doPDF is a free PDF printer that does what the name suggests, creates PDF files. Once installed it will allow you to convert any type of printable documents to PDF files. doPDF installs itself as a virtual PDF printer driver so after a successful installation will appear in your Printers and Faxes list and also in the list of All Programs.

Main Features

  • Predefined page size: You can select a predefined page size for the resulting PDF file. (50 different formats available)
  • PDF output presets: You can choose to create high quality, larger PDF files or smaller files, depending on your needs.
  • Automatic updates: We always recommend using the latest version of doPDF and its integrated automatic update engine will keep your version current. Update checks can be scheduled daily, weekly or monthly, but you can also disable this feature.
  • Searchable PDFs: You can search for text within the created PDF file (and search engines will also index the text from the PDF).
  • Add Document info: Add document metadata information for the resulting PDF file that helps with indexing.
  • Graphic scale: The content of the resulting PDF can be shrunk to 1% of the original size, or enlarged up to 400%.
  • Always use this folder: You can have doPDF create and save the PDF file to the same folder each time, no matter where you open the original document from.
  • Embed font subsets: To ensure that the resulting PDF file will look exactly as originally intended, doPDF embeds by default the font subsets used in the original document.
  • Open with PDF reader: You can choose to have the PDF opened with the default PDF reader once it's converted.
  • No GhostScript: Doesn’t require 3rd party programs to make PDF files such as GhostScript.
  • Multi-language: doPDF is the ONLY free pdf maker whose interface is currently available in 33 different languages.
Microsoft Office plugins

The doPDF installer also installs Microsoft Office plugins. They are removed on an uninstall of doPDF.

Install without telemetry

By default, doPDF will install with anonymized telemetry enabled. If you wish to disable it at install time, use the parameter /NoTelemetry

Example: choco install doPDF -y --params="'/NoTelemetry'"


tools\chocolateyInstall.ahk
; This script will exit after 120 seconds
SetTimer, TimeOut, 120000

DetectHiddenWindows, on
__First:
; First window
WinWait, doPDF installer ahk_exe dopdf-full.exe

WinActivate, doPDF installer ahk_exe dopdf-full.exe
;WinHide, ahk_id %appid%
; Telemetry checkbox
Send {Click 333, 518}
; Install button
Send {Click 250, 400}


PixelGetColor, BGcolor, 1, 1

__Wait:
sleep, 250
;MouseGetPos, xpos, ypos 
If (WinExist(doPDF ahk_class #32770)) {
   ControlClick, OK, doPDF ahk_class #32770
}
WinActivate, doPDF installer ahk_exe dopdf-full.exe
MouseMove, 414, 414

PixelGetColor, ButtonColor, 414, 414
If (WinExist(doPDF installer ahk_exe dopdf-full.exe) 
    AND (ButtonColor != "0x44a24f")) {
;  MouseMove, xpos, ypos
  goto, __Wait
}

If (ButtonColor = "0x44a24f") {
  Send {Click 470,515}
}

ExitApp

TimeOut:
ExitApp 120
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$pp = Get-PackageParameters

$DownloadArgs = @{
   packageName  = $env:ChocolateyPackageName
   FileFullPath = Join-Path $env:TEMP 'doPDF\doPDF_installer.exe'
   url          = 'http://download.dopdf.com/download/setup/dopdf-full.exe'
   checksum     = '4d41b75d88af7e07920f3369154b3fe5635585eaa2d39258481f82eb3a90f26a'
   checksumType = 'sha256'
   GetOriginalFileName = $true
}
$LocalFile = Get-ChocolateyWebFile @DownloadArgs

# doPDF depends on the Print Spooler service so make sure 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 ($spoolerService -eq $null) { 
      Write-Warning 'The Print Spooler service must be running for doPDF 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)"
}

$InstallArgs = @{
   packageName    = $env:ChocolateyPackageName
   FileType       = 'exe'
   File           = $LocalFile
   silentArgs     = '/SILENT /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /Languages="es-en"'
   validExitCodes = @(0)
}
Install-ChocolateyInstallPackage @InstallArgs

If ($pp.contains('NoTelemetry')) {
   Write-Host 'Attempting to disable telemetry.' -ForegroundColor Cyan
   $KeyPath = 'HKLM:\SOFTWARE\Softland\novaPDF 11\doPdf_Softland'
   Set-ItemProperty -Path $KeyPath -Name 'SendTelemetry' -Value 'False' -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
doPDF (install) 11.9.437 2344 Monday, December 18, 2023 Approved
doPDF (install) 11.9.436 1127 Friday, November 24, 2023 Approved
doPDF (install) 11.9.434 716 Monday, November 13, 2023 Approved
doPDF (install) 11.9.432 2372 Saturday, October 28, 2023 Approved
doPDF (install) 11.9.423 1100 Tuesday, September 26, 2023 Approved
doPDF (install) 11.8.417 2237 Saturday, August 5, 2023 Approved
doPDF (install) 11.8.411 3130 Friday, June 30, 2023 Approved
doPDF (install) 11.8.404 5311 Wednesday, May 31, 2023 Approved
doPDF (install) 11.8.398 16078 Sunday, April 30, 2023 Approved
doPDF (install) 11.8.384 1478 Monday, April 3, 2023 Approved
doPDF (install) 11.7.371 3037 Saturday, February 18, 2023 Approved
doPDF (install) 11.7.367 2347 Friday, December 23, 2022 Approved
doPDF (install) 11.7.357 1790 Wednesday, November 23, 2022 Approved
doPDF (install) 11.7.352 1595 Saturday, November 5, 2022 Approved
doPDF (install) 11.6.345 3265 Saturday, July 23, 2022 Approved
doPDF (install) 11.5.334 1382 Friday, June 24, 2022 Approved
doPDF (install) 11.4.323 1546 Saturday, May 28, 2022 Approved
doPDF (install) 11.4.287 1398 Tuesday, April 19, 2022 Approved
doPDF (install) 11.3.248 2232 Wednesday, December 29, 2021 Approved
doPDF (install) 11.3.239 822 Saturday, November 27, 2021 Approved
doPDF (install) 11.3.225 865 Monday, October 18, 2021 Approved
doPDF (install) 11.2.187 571 Monday, September 27, 2021 Approved
doPDF (install) 11.1.181 1990 Sunday, August 1, 2021 Approved
doPDF (install) 11.0.170 843 Monday, July 12, 2021 Approved
doPDF (install) 11.0.141 2546 Saturday, May 15, 2021 Approved
doPDF (install) 11.0.134 831 Friday, April 30, 2021 Approved
doPDF (install) 10.9.133 6400 Saturday, December 12, 2020 Approved
doPDF (install) 10.9.132 2375 Sunday, October 25, 2020 Approved
doPDF (install) 10.9.130 716 Sunday, October 11, 2020 Approved
doPDF (install) 10.9.128 730 Monday, September 28, 2020 Approved
doPDF (install) 10.8.127 2099 Saturday, August 8, 2020 Approved
doPDF (install) 10.8.125 2193 Tuesday, June 9, 2020 Approved
doPDF (install) 10.7.124 2052 Tuesday, April 28, 2020 Approved
doPDF (install) 10.6.123 1228 Sunday, March 8, 2020 Approved
doPDF (install) 10.6.122 876 Wednesday, January 29, 2020 Approved
doPDF (install) 10.6.121 846 Friday, December 20, 2019 Approved
doPDF (install) 10.5.120 519 Thursday, November 21, 2019 Approved
doPDF (install) 10.4.119 678 Saturday, October 26, 2019 Approved
doPDF (install) 10.3.116 668 Saturday, September 28, 2019 Approved
doPDF (install) 10.3.115 427 Saturday, September 14, 2019 Approved
doPDF (install) 10.2.114 670 Saturday, July 20, 2019 Approved
doPDF (install) 10.1.112 2576 Thursday, May 16, 2019 Approved
doPDF (install) 10.1.111 1065 Sunday, April 14, 2019 Approved
doPDF (install) 10.0.108 1152 Monday, April 8, 2019 Approved
doPDF (install) 10.0.107 1465 Saturday, March 16, 2019 Approved
doPDF (install) 10.0.105 1317 Monday, March 4, 2019 Approved
doPDF (install) 9.6.245 4634 Thursday, January 24, 2019 Approved
doPDF 7.3.400 6188 Friday, January 2, 2015 Approved
doPDF 7.3 1119 Monday, January 6, 2014 Approved

Discussion for the doPDF (install) Package

Ground Rules:

  • This discussion is only about doPDF (install) and the doPDF (install) 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 doPDF (install), 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