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:

15,940

Downloads of v 7.43:

164

Last Update:

17 Nov 2020

Package Maintainer(s):

Software Author(s):

  • Fineprint Software

Tags:

pdffactorypro-workstation admin pdf printer letterhead

pdfFactory Pro Workstation (Install)

This is not the latest version of pdfFactory Pro Workstation (Install) available.

  • 1
  • 2
  • 3

7.43 | Updated: 17 Nov 2020

Downloads:

15,940

Downloads of v 7.43:

164

Maintainer(s):

Software Author(s):

  • Fineprint Software

pdfFactory Pro Workstation (Install) 7.43

This is not the latest version of pdfFactory Pro Workstation (Install) available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

This is a Windows client OS only install. It doesn't install on Server OS.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install pdfFactory Pro Workstation (Install), run the following command from the command line or from PowerShell:

>

To upgrade pdfFactory Pro Workstation (Install), run the following command from the command line or from PowerShell:

>

To uninstall pdfFactory Pro Workstation (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 pdffactorypro-workstation -y --source="'INTERNAL REPO URL'" --version="'7.43'" [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 pdffactorypro-workstation -y --source="'INTERNAL REPO URL'" --version="'7.43'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install pdffactorypro-workstation
  win_chocolatey:
    name: pdffactorypro-workstation
    version: '7.43'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'pdffactorypro-workstation' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.43'
end

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


cChocoPackageInstaller pdffactorypro-workstation
{
    Name     = "pdffactorypro-workstation"
    Version  = "7.43"
    Source   = "INTERNAL REPO URL"
}

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


package { 'pdffactorypro-workstation':
  ensure   => '7.43',
  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 17 Nov 2020.

Description

Easy, reliable PDF creation from all applications.

You can pass the following parameters:

  • UI language: /lang:[LANGUAGE]
  • License code: /license:[YOUR LICENSE CODE]
  • Name of the license holder - this is ignored if no license code has been specified: /name:"[YOUR NAME]"
  • Printer margins in 1/100th of an inch: /margins:"[TOP] [RIGHT] [BOTTOM] [LEFT]"

Available languages are:

  • Chinese (Simplified): zh-CN
  • Chinese (Traditional): zh-TW
  • Czech: cs
  • Danish: da
  • Dutch: nl
  • English: en
  • French: fr
  • German: de
  • Italian: it
  • Japanese: ja
  • Polish: pl
  • Portuguese: pt
  • Russian: ru
  • Slovak: sk
  • Spanish: es
  • Swedish: sv

Example:

-params '"/lang:en /license:ABCDE-12345-FGHIJ /name:""John Doe"" /margins:""0 0 0 0"""'

NOTE: This package installs a printer driver. If you have UAC prompts enabled, you will need to confirm the driver installation.

NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.


tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
    packageName    = $env:ChocolateyPackageName
    softwareName   = 'pdfFactory Pro'
    fileType       = 'EXE'
    silentArgs     = '/uninstall /quiet /reboot=0'
    validExitCodes = @(1)
}

[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
    $key | ForEach-Object { 
        # some uninstall strings include parameters - remove them as we will use our own
        $packageArgs.file = "$($_.UninstallString)" -replace '/.*$', ''

        if ($packageArgs.fileType -eq 'MSI') {
            $packageArgs.silentArgs = "$($_.PSChildName) $($packageArgs.silentArgs)"
            $packageArgs.file = ''
        }

        Uninstall-ChocolateyPackage @packageArgs
    }
}
elseif ($key.Count -eq 0) {
    Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
    Write-Warning "$key.Count matches found!"
    Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
    Write-Warning "Please alert package maintainer the following keys were matched:"
    $key | ForEach-Object {
        Write-Warning "- $_.DisplayName"
    }
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
    packageName   = $env:ChocolateyPackageName
    unzipLocation = $toolsDir
    fileType      = 'EXE'
    url           = 'https://fineprint.com/release/pdf743pro.exe'
    checksum      = '58bbd6348e7f68f956824211a21055d6e7e4331cfce9a4d5a91fbec1d58f6767'
    checksumType  = 'SHA256'
    silentArgs = '/quiet /reboot=0'
    validExitCodes= @(0)
}

Write-debug "OS Name: $($env:OS_NAME)"
if ($env:OS_NAME -like "*Server*") {
    throw "Cannot be installed on a Server operating system ($($env:OS_NAME))."
}

# create temp directory
do {
    $tempDir = Join-Path -Path $env:TEMP -ChildPath ([System.Guid]::NewGuid().ToString())
} while (Test-Path $tempDir)
New-Item -ItemType Directory -Path $tempDir | Out-Null

# Get installer and unzip it
$packageArgs.file = Join-Path $tempDir "$($packageName)Install.exe"
Get-ChocolateyWebFile @packageArgs
Get-ChocolateyUnzip -FileFullPath $packageArgs.file -Destination $tempDir

# recurse through the args
$arguments = Get-PackageParameters -Parameter $env:ChocolateyPackageParameters
$packageArgs.file = Join-Path -Path $tempDir -ChildPath 'setup.exe'
$paramLang = $paramName = $paramLicenseCode = $paramMargins = "<NOT SPECIFIED>"
$languageMap = @{ 
    "zh-CN" = "0804"
    "zh-TW" = "0404"
    "cs"    = "0405"
    "da"    = "0406"
    "nl"    = "0413"
    "en"    = "0409"
    "fr"    = "040c"
    "de"    = "0407"
    "it"    = "0410"
    "ja"    = "0411"
    "pl"    = "0415"
    "pt"    = "0416"
    "ru"    = "0419"
    "sk"    = "041b"
    "es"    = "0c0a"
    "sv"    = "041d"
}
$iniFile = Join-Path -Path $tempDir -ChildPath "fpp6.ini"

if($arguments.ContainsKey("lang")) {
    $paramLang = $arguments["lang"]
    if(!$languageMap.ContainsKey($paramLang)) {
        throw "Unknown language '$paramLang' specified. The following languages are available:`n" + $languageMap.Keys -join "`n"
    }
    $packageArgs.silentArgs += " /lang=" + $languageMap[$paramLang]
}

if($arguments.ContainsKey("license")) {
    $paramLicenseCode = $arguments["license"]
    
    if($arguments.ContainsKey("name")) {
        $paramName = $arguments["name"]
    }
    else {
        $paramName = ''
    }

@"
[Settings]
Name=$paramName
SerialNumber=$paramLicenseCode
"@ | Out-File $iniFile
}

if($arguments.ContainsKey("margins")) {
    if ($arguments["margins"] -match "\d \d \d \d") {
        $result = $arguments["margins"] | Select-String "\d \d \d \d"
        $paramMargins = $result.matches.value -split(" ") | ForEach-Object { [int]$_ }

        "[Registry]" | Out-File -Filepath $iniFile -Append
        "HKCU\Software\FinePrint Software\pdfFactory5\FinePrinters\pdfFactory Pro\PrinterDriverData\MarginLeft=$($paramMargins[3])" | Out-File -Filepath $iniFile -Append
        "HKCU\Software\FinePrint Software\pdfFactory5\FinePrinters\pdfFactory Pro\PrinterDriverData\MarginTop=$($paramMargins[0])" | Out-File -Filepath $iniFile -Append
        "HKCU\Software\FinePrint Software\pdfFactory5\FinePrinters\pdfFactory Pro\PrinterDriverData\MarginRight=$($paramMargins[1])" | Out-File -Filepath $iniFile -Append
        "HKCU\Software\FinePrint Software\pdfFactory5\FinePrinters\pdfFactory Pro\PrinterDriverData\MarginBottom=$($paramMargins[2])" | Out-File -Filepath $iniFile -Append
   }
   else {
       throw "Incorrect number of margin values specified. Please specify four numbers, separated by spaces, e.g. /margins:`"0 0 0 0`". You specified: '$marginsParameter'"
   }
}

Write-Debug "Parameters:`n`tLanguage: $paramLang`n`tLicense:  $paramLicenseCode`n`tName:`t  $paramName`n`tMargins:  $paramMargins"
Install-ChocolateyInstallPackage @packageArgs

Remove-Item -Path $tempDir -Recurse -ErrorAction SilentlyContinue

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
pdfFactory Pro Workstation (Install) 8.43.0 16 Saturday, March 9, 2024 Approved
pdfFactory Pro Workstation (Install) 8.42.0 25 Saturday, March 2, 2024 Approved
pdfFactory Pro Workstation (Install) 8.41.0 143 Sunday, September 3, 2023 Approved
pdfFactory Pro Workstation (Install) 8.40.0 70 Thursday, July 20, 2023 Approved
pdfFactory Pro Workstation (Install) 8.39.0 67 Thursday, June 22, 2023 Approved
pdfFactory Pro Workstation (Install) 8.36 115 Thursday, April 27, 2023 Approved
pdfFactory Pro Workstation (Install) 8.35 71 Monday, April 3, 2023 Approved
pdfFactory Pro Workstation (Install) 8.34 79 Thursday, February 9, 2023 Approved
pdfFactory Pro Workstation (Install) 8.33 68 Monday, December 12, 2022 Approved
pdfFactory Pro Workstation (Install) 8.32 60 Wednesday, November 16, 2022 Approved
pdfFactory Pro Workstation (Install) 8.31 66 Friday, November 4, 2022 Approved
pdfFactory Pro Workstation (Install) 8.30 64 Tuesday, October 25, 2022 Approved
pdfFactory Pro Workstation (Install) 8.29 56 Friday, October 14, 2022 Approved
pdfFactory Pro Workstation (Install) 8.28 53 Thursday, October 6, 2022 Approved
pdfFactory Pro Workstation (Install) 8.27 76 Tuesday, September 13, 2022 Approved
pdfFactory Pro Workstation (Install) 8.25 71 Friday, September 2, 2022 Approved
pdfFactory Pro Workstation (Install) 8.22 62 Thursday, August 18, 2022 Approved
pdfFactory Pro Workstation (Install) 8.21 76 Friday, July 29, 2022 Approved
pdfFactory Pro Workstation (Install) 8.20 76 Wednesday, July 6, 2022 Approved
pdfFactory Pro Workstation (Install) 8.18 98 Wednesday, June 15, 2022 Approved
pdfFactory Pro Workstation (Install) 8.17 88 Monday, June 6, 2022 Approved
pdfFactory Pro Workstation (Install) 8.16 102 Sunday, May 15, 2022 Approved
pdfFactory Pro Workstation (Install) 8.15 107 Wednesday, May 4, 2022 Approved
pdfFactory Pro Workstation (Install) 8.12 90 Sunday, March 20, 2022 Approved
pdfFactory Pro Workstation (Install) 8.11 70 Wednesday, March 9, 2022 Approved
pdfFactory Pro Workstation (Install) 8.10 108 Tuesday, February 8, 2022 Approved
pdfFactory Pro Workstation (Install) 8.07 103 Tuesday, January 4, 2022 Approved
pdfFactory Pro Workstation (Install) 8.06 101 Tuesday, December 7, 2021 Approved
pdfFactory Pro Workstation (Install) 8.05 144 Thursday, November 25, 2021 Approved
pdfFactory Pro Workstation (Install) 8.04 91 Thursday, November 4, 2021 Approved
pdfFactory Pro Workstation (Install) 8.03 126 Thursday, October 28, 2021 Approved
pdfFactory Pro Workstation (Install) 8.02 96 Friday, October 22, 2021 Approved
pdfFactory Pro Workstation (Install) 8.01 88 Monday, October 11, 2021 Approved
pdfFactory Pro Workstation (Install) 8.00 106 Sunday, October 3, 2021 Approved
pdfFactory Pro Workstation (Install) 7.46 109 Wednesday, July 28, 2021 Approved
pdfFactory Pro Workstation (Install) 7.45 111 Wednesday, June 30, 2021 Approved
pdfFactory Pro Workstation (Install) 7.44 885 Thursday, January 14, 2021 Approved
pdfFactory Pro Workstation (Install) 7.43 164 Tuesday, November 17, 2020 Approved
pdfFactory Pro Workstation (Install) 7.42 146 Tuesday, November 10, 2020 Approved
pdfFactory Pro Workstation (Install) 7.41 173 Wednesday, September 23, 2020 Approved
pdfFactory Pro Workstation (Install) 7.35 181 Saturday, August 1, 2020 Approved
pdfFactory Pro Workstation (Install) 7.34 173 Friday, July 10, 2020 Approved
pdfFactory Pro Workstation (Install) 7.31 156 Wednesday, June 24, 2020 Approved
pdfFactory Pro Workstation (Install) 7.30 155 Thursday, June 11, 2020 Approved
pdfFactory Pro Workstation (Install) 7.28 158 Sunday, June 7, 2020 Approved
pdfFactory Pro Workstation (Install) 7.27 198 Thursday, May 28, 2020 Approved
pdfFactory Pro Workstation (Install) 7.26 207 Wednesday, May 20, 2020 Approved
pdfFactory Pro Workstation (Install) 7.25 187 Sunday, May 10, 2020 Approved
pdfFactory Pro Workstation (Install) 7.23 182 Friday, May 1, 2020 Approved
pdfFactory Pro Workstation (Install) 7.22 211 Thursday, April 2, 2020 Approved
pdfFactory Pro Workstation (Install) 7.21.20200323 216 Monday, March 23, 2020 Approved
pdfFactory Pro Workstation (Install) 7.21 191 Saturday, March 21, 2020 Approved
pdfFactory Pro Workstation (Install) 7.20 173 Wednesday, March 11, 2020 Approved
pdfFactory Pro Workstation (Install) 7.17 205 Tuesday, February 25, 2020 Approved
pdfFactory Pro Workstation (Install) 7.16 156 Monday, February 17, 2020 Approved
pdfFactory Pro Workstation (Install) 7.15 158 Saturday, January 25, 2020 Approved
pdfFactory Pro Workstation (Install) 7.11 164 Friday, January 3, 2020 Approved
pdfFactory Pro Workstation (Install) 7.10 185 Saturday, December 7, 2019 Approved
pdfFactory Pro Workstation (Install) 7.07 171 Saturday, November 16, 2019 Approved
pdfFactory Pro Workstation (Install) 7.06 212 Tuesday, November 5, 2019 Approved
pdfFactory Pro Workstation (Install) 7.05 151 Thursday, October 31, 2019 Approved
pdfFactory Pro Workstation (Install) 7.03 192 Tuesday, September 24, 2019 Approved
pdfFactory Pro Workstation (Install) 7.02 209 Thursday, August 8, 2019 Approved
pdfFactory Pro Workstation (Install) 7.01 216 Friday, July 26, 2019 Approved
pdfFactory Pro Workstation (Install) 7.00 188 Monday, July 15, 2019 Approved
pdfFactory Pro Workstation (Install) 6.37 221 Thursday, March 28, 2019 Approved
pdfFactory Pro Workstation (Install) 6.36 242 Tuesday, December 18, 2018 Approved
pdfFactory Pro Workstation (Install) 6.35 226 Saturday, December 8, 2018 Approved
pdfFactory Pro Workstation (Install) 6.34 236 Friday, November 2, 2018 Approved
pdfFactory Pro Workstation (Install) 6.33 264 Monday, September 24, 2018 Approved
pdfFactory Pro Workstation (Install) 6.32.0.20180917 235 Monday, September 17, 2018 Approved
pdfFactory Pro Workstation (Install) 6.32 250 Friday, August 24, 2018 Approved
pdfFactory Pro Workstation (Install) 6.31 274 Tuesday, July 31, 2018 Approved
pdfFactory Pro Workstation (Install) 6.30 291 Tuesday, June 19, 2018 Approved
pdfFactory Pro Workstation (Install) 6.25 333 Saturday, April 7, 2018 Approved
pdfFactory Pro Workstation (Install) 6.20 435 Wednesday, November 1, 2017 Approved
pdfFactory Pro Workstation (Install) 6.19 421 Thursday, September 28, 2017 Approved
pdfFactory Pro Workstation (Install) 6.18 387 Thursday, August 17, 2017 Approved
pdfFactory Pro Workstation (Install) 6.17 414 Sunday, July 2, 2017 Approved
pdfFactory Pro Workstation (Install) 6.16 388 Monday, June 26, 2017 Approved
pdfFactory Pro Workstation (Install) 6.05 440 Saturday, March 4, 2017 Approved
pdfFactory Pro Workstation 5.35 494 Saturday, February 13, 2016 Approved
pdfFactory Pro Workstation 5.34 391 Friday, January 22, 2016 Approved
pdfFactory Pro Workstation 5.32 424 Wednesday, September 23, 2015 Approved
pdfFactory Pro Workstation 5.31 426 Sunday, September 6, 2015 Approved

Discussion for the pdfFactory Pro Workstation (Install) Package

Ground Rules:

  • This discussion is only about pdfFactory Pro Workstation (Install) and the pdfFactory Pro Workstation (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 pdfFactory Pro Workstation (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