Downloads:
3,742,613
Downloads of v 2.0.0:
2,741
Last Update:
30 Nov 2014
Package Maintainer(s):
Software Author(s):
- pdfforge
Tags:
pdf chocolatey- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PDF Creator
This is not the latest version of PDF Creator available.
- 1
- 2
- 3
2.0.0 | Updated: 30 Nov 2014
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,742,613
Downloads of v 2.0.0:
2,741
Maintainer(s):
Software Author(s):
- pdfforge
PDF Creator 2.0.0
This is not the latest version of PDF Creator available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by pdfforge. The inclusion of pdfforge trademark(s), if any, upon this webpage is solely to identify pdfforge goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Resulted in Investigate
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PDF Creator, run the following command from the command line or from PowerShell:
To upgrade PDF Creator, run the following command from the command line or from PowerShell:
To uninstall PDF Creator, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pdfcreator --internalize --version=2.0.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pdfcreator -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" [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 pdfcreator -y --source="'INTERNAL REPO URL'" --version="'2.0.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pdfcreator
win_chocolatey:
name: pdfcreator
version: '2.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pdfcreator' do
action :install
source 'INTERNAL REPO URL'
version '2.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pdfcreator
{
Name = "pdfcreator"
Version = "2.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pdfcreator':
ensure => '2.0.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.
This package was approved by moderator ferventcoder on 30 Nov 2014.
PDFCreator – PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
$packageName = 'PDFCreator'
$installerType = 'exe'
$baseInstallArgs = '/VERYSILENT /NORESTART'
try {
$uninstallerPathLastPart = 'PDFCreator\unins000.exe'
$uninstallerPath = Join-Path $env:ProgramFiles $uninstallerPathLastPart
$uninstallerPathx86 = Join-Path ${env:ProgramFiles(x86)} $uninstallerPathLastPart
if (Test-Path $uninstallerPathx86) {
$uninstallerPath = $uninstallerPathx86
}
if (Test-Path $uninstallerPath) {
Uninstall-ChocolateyPackage $packageName $installerType $baseInstallArgs $uninstallerPath
}
} catch {
Write-ChocolateyFailure $packageName $($_.Exception.Message)
throw
}
Log in or click on link to see number of positives.
- PDFCreator.2.0.0.nupkg (4ebcd76ecf3c) - ## / 55
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 |
---|---|---|---|---|
PDF Creator 5.2.2 | 163380 | Thursday, May 16, 2024 | Approved | |
PDF Creator 5.2.1 | 70871 | Wednesday, March 13, 2024 | Approved | |
PDF Creator 5.1.1 | 173631 | Monday, May 15, 2023 | Approved | |
PDF Creator 5.1.0 | 21381 | Tuesday, April 25, 2023 | Approved | |
PDF Creator 5.0.3 | 89856 | Thursday, December 8, 2022 | Approved | |
PDF Creator 5.0.2 | 26180 | Thursday, November 17, 2022 | Approved | |
PDF Creator 5.0.1 | 32053 | Wednesday, October 19, 2022 | Approved | |
PDF Creator 5.0.0 | 21930 | Thursday, October 6, 2022 | Approved | |
PDF Creator 4.4.3.20220912 | 26957 | Monday, September 12, 2022 | Approved | |
PDF Creator 4.4.3 | 49122 | Tuesday, July 26, 2022 | Approved | |
PDF Creator 4.4.2 | 138121 | Thursday, March 10, 2022 | Approved | |
PDF Creator 4.4.1 | 105274 | Tuesday, January 4, 2022 | Approved | |
PDF Creator 4.3.0 | 216473 | Thursday, June 17, 2021 | Approved | |
PDF Creator 4.2.0 | 205717 | Tuesday, January 12, 2021 | Approved | |
PDF Creator 4.1.2 | 275857 | Thursday, July 30, 2020 | Approved | |
PDF Creator 4.1.1 | 4708 | Tuesday, July 28, 2020 | Approved | |
PDF Creator 4.1.0 | 52609 | Wednesday, June 10, 2020 | Approved | |
PDF Creator 4.0.4 | 66899 | Thursday, April 16, 2020 | Approved | |
PDF Creator 4.0.3 | 17610 | Thursday, April 2, 2020 | Approved | |
PDF Creator 3.5.1 | 297447 | Monday, June 24, 2019 | Approved | |
PDF Creator 3.5.0 | 38820 | Monday, May 27, 2019 | Approved | |
PDF Creator 3.4.1 | 78452 | Wednesday, April 3, 2019 | Approved | |
PDF Creator 3.4.0 | 66444 | Thursday, February 14, 2019 | Approved | |
PDF Creator 3.3.0 | 245842 | Tuesday, October 9, 2018 | Approved | |
PDF Creator 3.2.2.20180903 | 91397 | Monday, September 3, 2018 | Approved | |
PDF Creator 3.2.2 | 168234 | Friday, June 22, 2018 | Approved | |
PDF Creator 3.2.1 | 83812 | Thursday, May 31, 2018 | Approved | |
PDF Creator 3.2.0.20180518 | 45043 | Friday, May 18, 2018 | Approved | |
PDF Creator 3.2.0 | 76016 | Thursday, March 15, 2018 | Approved | |
PDF Creator 3.1.2 | 51965 | Thursday, January 25, 2018 | Approved | |
PDF Creator 3.1.1 | 21508 | Thursday, January 4, 2018 | Approved | |
PDF Creator 3.1.0 | 14375 | Wednesday, December 20, 2017 | Approved | |
PDF Creator 3.0.1 | 101838 | Thursday, September 21, 2017 | Approved | |
PDF Creator 2.5.3 | 92333 | Monday, June 26, 2017 | Approved | |
PDF Creator 2.5.2 | 61247 | Wednesday, April 19, 2017 | Approved | |
PDF Creator 2.5.1 | 200151 | Friday, February 17, 2017 | Approved | |
PDF Creator 2.5.0 | 1024 | Friday, February 17, 2017 | Approved | |
PDF Creator 2.4.1 | 36247 | Tuesday, November 22, 2016 | Approved | |
PDF Creator 2.3.2 | 104860 | Monday, July 18, 2016 | Approved | |
PDF Creator 2.3.1 | 644 | Tuesday, June 28, 2016 | Approved | |
PDF Creator 2.3.0 | 11514 | Tuesday, March 1, 2016 | Approved | |
PDF Creator 2.2.2 | 7959 | Thursday, December 10, 2015 | Approved | |
PDF Creator 2.2.0 | 4584 | Monday, October 26, 2015 | Approved | |
PDF Creator 2.1.2 | 13563 | Thursday, June 4, 2015 | Approved | |
PDF Creator 2.1.1 | 4425 | Wednesday, April 1, 2015 | Approved | |
PDF Creator 2.1.0 | 618 | Thursday, March 19, 2015 | Approved | |
PDF Creator 2.0.2 | 7321 | Thursday, January 22, 2015 | Approved | |
PDF Creator 2.0.1 | 3228 | Tuesday, December 16, 2014 | Approved | |
PDF Creator 2.0.0 | 2741 | Sunday, November 30, 2014 | Approved | |
PDF Creator 1.9.4-beta | 686 | Wednesday, August 13, 2014 | Approved | |
PDF Creator 1.7.3.20140611 | 8638 | Wednesday, June 11, 2014 | Approved | |
PDF Creator 1.7.3.20140606 | 1326 | Friday, June 6, 2014 | Approved | |
PDF Creator 1.7.3 | 4528 | Friday, April 25, 2014 | Approved | |
PDF Creator 1.7.2 | 3868 | Friday, November 29, 2013 | Approved | |
PDF Creator 1.7.1 | 2287 | Friday, August 9, 2013 | Approved | |
PDF Creator 1.7.0 | 1000 | Tuesday, June 11, 2013 | Approved | |
PDF Creator 1.5.0 | 1316 | Tuesday, September 18, 2012 | Approved | |
PDF Creator 1.4.3 | 662 | Friday, July 27, 2012 | Approved | |
PDF Creator 1.2.3 | 774 | Saturday, February 4, 2012 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about PDF Creator and the PDF 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 PDF 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.