Downloads:
2,083,451
Downloads of v 8.0.2:
457
Last Update:
24 Mar 2018
Package Maintainer(s):
Software Author(s):
- Jay Berkenbilt
Tags:
qpdf pdf cli foss cross-platformQPDF
This is not the latest version of QPDF available.
- 1
- 2
- 3
8.0.2 | Updated: 24 Mar 2018
Downloads:
2,083,451
Downloads of v 8.0.2:
457
Maintainer(s):
Software Author(s):
- Jay Berkenbilt
QPDF 8.0.2
This is not the latest version of QPDF available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jay Berkenbilt. The inclusion of Jay Berkenbilt trademark(s), if any, upon this webpage is solely to identify Jay Berkenbilt 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 Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install QPDF, run the following command from the command line or from PowerShell:
To upgrade QPDF, run the following command from the command line or from PowerShell:
To uninstall QPDF, 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 qpdf --internalize --version=8.0.2 --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 qpdf -y --source="'INTERNAL REPO URL'" --version="'8.0.2'" [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 qpdf -y --source="'INTERNAL REPO URL'" --version="'8.0.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install qpdf
win_chocolatey:
name: qpdf
version: '8.0.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'qpdf' do
action :install
source 'INTERNAL REPO URL'
version '8.0.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller qpdf
{
Name = "qpdf"
Version = "8.0.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qpdf':
ensure => '8.0.2',
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 gep13 on 26 Mar 2018.
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.
QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files. It is also capable of converting PDF files with object streams (also known as compressed objects) to files with no compressed objects or to generate object streams from files that don't have them (or even those that already do). QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor. For more details, please see the documentation links below.
QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF file into another and to manipulate the list of pages in a PDF file. The QPDF library also makes it possible for you to create PDF files from scratch. In this mode, you are responsible for supplying all the contents of the file, while the QPDF library takes care off all the syntactical representation of the objects, creation of cross references tables and, if you use them, object streams, encryption, linearization, and other syntactic details.
QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into other formats. In particular, QPDF knows nothing about the semantics of PDF content streams. If you are looking for something that can do that, you should look elsewhere. However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps your original PDF creation can't handle. For example, programs generate simple PDF files but can't password-protect them, web-optimize them, or perform other transformations of that type.
QPDF releases are hosted at its SourceForge project page and also as github releases. The source code and issues are on github. On SourceForge, you can find downloads. To report bugs, open an issue on github.
Log in or click on link to see number of positives.
- qpdf.8.0.2.nupkg (cc2da9e8643a) - ## / 60
- qpdf-8.0.2-bin-mingw64.zip (c14420048e32) - ## / 61
- qpdf-8.0.2-bin-mingw32.zip (be2b3be37958) - ## / 61
- libgcc_s_seh-1.dll (502e79184ab1) - ## / 67
- libstdc++-6.dll (126f65717e47) - ## / 67
- libwinpthread-1.dll (3faa72235f62) - ## / 67
- qpdf.exe (09dffb64639f) - ## / 67
- qpdf21.dll (4713512a5aea) - ## / 67
- zlib-flate.exe (3e4360e8718d) - ## / 65
- libgcc_s_dw2-1.dll (fddb38c68659) - ## / 66
- libstdc++-6.dll (49d8af9cbf1a) - ## / 67
- libwinpthread-1.dll (cb90382ed743) - ## / 67
- qpdf.exe (06ba515f7b4f) - ## / 67
- qpdf21.dll (01703eb0f839) - ## / 66
- zlib-flate.exe (83df4c626a46) - ## / 66
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 |
---|---|---|---|---|
QPDF 11.10.1 | 272 | Sunday, February 16, 2025 | Approved | |
QPDF 11.10.0 | 375 | Tuesday, February 11, 2025 | Approved | |
QPDF 11.9.1 | 14135 | Sunday, June 16, 2024 | Approved | |
QPDF 11.9.0 | 83495 | Sunday, February 25, 2024 | Approved | |
QPDF 11.8.0 | 76814 | Tuesday, January 9, 2024 | Approved | |
QPDF 11.7.0 | 17926 | Monday, December 25, 2023 | Approved | |
QPDF 11.6.4 | 21525 | Monday, December 11, 2023 | Approved | |
QPDF 11.6.3 | 85475 | Monday, October 16, 2023 | Approved | |
QPDF 11.6.2 | 12456 | Sunday, October 8, 2023 | Approved | |
QPDF 11.6.1 | 48719 | Wednesday, September 6, 2023 | Approved | |
QPDF 11.6.0 | 3480 | Monday, September 4, 2023 | Approved | |
QPDF 11.5.0 | 77881 | Monday, July 10, 2023 | Approved | |
QPDF 11.4.0 | 69292 | Monday, May 22, 2023 | Approved | |
QPDF 11.3.0 | 58575 | Sunday, March 26, 2023 | Approved | |
QPDF 11.2.0 | 72294 | Monday, November 21, 2022 | Approved | |
QPDF 11.1.1 | 17150 | Tuesday, October 18, 2022 | Approved | |
QPDF 10.6.3 | 250622 | Sunday, March 13, 2022 | Approved | |
QPDF 10.6.2 | 30093 | Thursday, February 17, 2022 | Approved | |
QPDF 10.6.1 | 9318 | Saturday, February 12, 2022 | Approved | |
QPDF 10.5.0 | 89308 | Wednesday, December 22, 2021 | Approved | |
QPDF 10.4.0 | 83181 | Wednesday, November 17, 2021 | Approved | |
QPDF 10.3.2 | 370122 | Sunday, May 9, 2021 | Approved | |
QPDF 10.3.1 | 122760 | Saturday, March 13, 2021 | Approved | |
QPDF 10.3.0 | 15825 | Sunday, March 7, 2021 | Approved | |
QPDF 10.2.0 | 17376 | Friday, February 26, 2021 | Approved | |
QPDF 10.1.0 | 95404 | Wednesday, January 6, 2021 | Approved | |
QPDF 10.0.4 | 65327 | Sunday, November 22, 2020 | Approved | |
QPDF 10.0.3 | 28935 | Sunday, November 1, 2020 | Approved | |
QPDF 10.0.2 | 6059 | Wednesday, October 28, 2020 | Approved | |
QPDF 10.0.1 | 233852 | Friday, April 10, 2020 | Approved | |
QPDF 10.0.0 | 664 | Tuesday, April 7, 2020 | Approved | |
QPDF 9.1.1 | 552 | Monday, January 27, 2020 | Approved | |
QPDF 9.1.0 | 520 | Monday, November 18, 2019 | Approved | |
QPDF 9.0.2 | 383 | Monday, October 14, 2019 | Approved | |
QPDF 9.0.1 | 339 | Saturday, September 21, 2019 | Approved | |
QPDF 9.0.0 | 402 | Sunday, September 1, 2019 | Approved | |
QPDF 8.4.2 | 483 | Saturday, May 18, 2019 | Approved | |
QPDF 8.4.1 | 341 | Sunday, April 28, 2019 | Approved | |
QPDF 8.4.0 | 473 | Sunday, February 3, 2019 | Approved | |
QPDF 8.3.0 | 380 | Tuesday, January 8, 2019 | Approved | |
QPDF 8.2.1 | 411 | Tuesday, September 18, 2018 | Approved | |
QPDF 8.0.2 | 457 | Saturday, March 24, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about QPDF and the QPDF 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 QPDF, 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.