Downloads:
132,467
Downloads of v 11.9.465:
797
Last Update:
05 Jul 2024
Package Maintainer(s):
Software Author(s):
- Softland
Tags:
dopdf pdf print notsilent- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
doPDF (install)
This is not the latest version of doPDF (install) available.
- 1
- 2
- 3
11.9.465 | Updated: 05 Jul 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
132,467
Downloads of v 11.9.465:
797
Maintainer(s):
Software Author(s):
- Softland
doPDF (install) 11.9.465
This is not the latest version of doPDF (install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Softland. The inclusion of Softland trademark(s), if any, upon this webpage is solely to identify Softland goods or services and not for commercial purposes.
- 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.
Scan Testing Successful:
No detections found in any package files
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:
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 dopdf --internalize --version=11.9.465 --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 dopdf -y --source="'INTERNAL REPO URL'" --version="'11.9.465'" [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.9.465'"
$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.9.465'
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.9.465'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dopdf
{
Name = "dopdf"
Version = "11.9.465"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dopdf':
ensure => '11.9.465',
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 as a trusted package on 05 Jul 2024.
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'"
Log in or click on link to see number of positives.
- doPDF.11.9.465.nupkg (b44b201dce65) - ## / 66
- dopdf-full.exe (df258686e16b) - ## / 70
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.481 | 218 | Thursday, November 14, 2024 | Approved | |
doPDF (install) 11.9.469 | 663 | Monday, September 23, 2024 | Approved | |
doPDF (install) 11.9.467 | 1426 | Monday, August 5, 2024 | Approved | |
doPDF (install) 11.9.465 | 797 | Friday, July 5, 2024 | Approved | |
doPDF (install) 11.9.462 | 1225 | Friday, May 31, 2024 | Approved | |
doPDF (install) 11.9.453 | 652 | Wednesday, May 8, 2024 | Approved | |
doPDF (install) 11.9.451 | 621 | Wednesday, April 10, 2024 | Approved | |
doPDF (install) 11.9.444 | 3336 | Thursday, February 22, 2024 | Approved | |
doPDF (install) 11.9.437 | 3278 | Monday, December 18, 2023 | Approved | |
doPDF (install) 11.9.436 | 1756 | Friday, November 24, 2023 | Approved | |
doPDF (install) 11.9.434 | 729 | Monday, November 13, 2023 | Approved | |
doPDF (install) 11.9.432 | 4205 | Saturday, October 28, 2023 | Approved | |
doPDF (install) 11.9.423 | 1113 | Tuesday, September 26, 2023 | Approved | |
doPDF (install) 11.8.417 | 3003 | Saturday, August 5, 2023 | Approved | |
doPDF (install) 11.8.411 | 4580 | Friday, June 30, 2023 | Approved | |
doPDF (install) 11.8.404 | 7581 | Wednesday, May 31, 2023 | Approved | |
doPDF (install) 11.8.398 | 24387 | Sunday, April 30, 2023 | Approved | |
doPDF (install) 11.8.384 | 1721 | Monday, April 3, 2023 | Approved | |
doPDF (install) 11.7.371 | 3670 | Saturday, February 18, 2023 | Approved | |
doPDF (install) 11.7.367 | 2583 | Friday, December 23, 2022 | Approved | |
doPDF (install) 11.7.357 | 1802 | Wednesday, November 23, 2022 | Approved | |
doPDF (install) 11.7.352 | 1897 | Saturday, November 5, 2022 | Approved | |
doPDF (install) 11.6.345 | 3285 | Saturday, July 23, 2022 | Approved | |
doPDF (install) 11.5.334 | 1537 | Friday, June 24, 2022 | Approved | |
doPDF (install) 11.4.323 | 1589 | Saturday, May 28, 2022 | Approved | |
doPDF (install) 11.4.287 | 1412 | Tuesday, April 19, 2022 | Approved | |
doPDF (install) 11.3.248 | 2250 | Wednesday, December 29, 2021 | Approved | |
doPDF (install) 11.3.239 | 837 | Saturday, November 27, 2021 | Approved | |
doPDF (install) 11.3.225 | 887 | Monday, October 18, 2021 | Approved | |
doPDF (install) 11.2.187 | 584 | Monday, September 27, 2021 | Approved | |
doPDF (install) 11.1.181 | 2006 | Sunday, August 1, 2021 | Approved | |
doPDF (install) 11.0.170 | 857 | Monday, July 12, 2021 | Approved | |
doPDF (install) 11.0.141 | 2563 | Saturday, May 15, 2021 | Approved | |
doPDF (install) 11.0.134 | 847 | Friday, April 30, 2021 | Approved | |
doPDF (install) 10.9.133 | 6418 | Saturday, December 12, 2020 | Approved | |
doPDF (install) 10.9.132 | 2398 | Sunday, October 25, 2020 | Approved | |
doPDF (install) 10.9.130 | 741 | Sunday, October 11, 2020 | Approved | |
doPDF (install) 10.9.128 | 746 | Monday, September 28, 2020 | Approved | |
doPDF (install) 10.8.127 | 2126 | Saturday, August 8, 2020 | Approved | |
doPDF (install) 10.8.125 | 2214 | Tuesday, June 9, 2020 | Approved | |
doPDF (install) 10.7.124 | 2072 | Tuesday, April 28, 2020 | Approved | |
doPDF (install) 10.6.123 | 1250 | Sunday, March 8, 2020 | Approved | |
doPDF (install) 10.6.122 | 896 | Wednesday, January 29, 2020 | Approved | |
doPDF (install) 10.6.121 | 866 | Friday, December 20, 2019 | Approved | |
doPDF (install) 10.5.120 | 534 | Thursday, November 21, 2019 | Approved | |
doPDF (install) 10.4.119 | 697 | Saturday, October 26, 2019 | Approved | |
doPDF (install) 10.3.116 | 689 | Saturday, September 28, 2019 | Approved | |
doPDF (install) 10.3.115 | 444 | Saturday, September 14, 2019 | Approved | |
doPDF (install) 10.2.114 | 693 | Saturday, July 20, 2019 | Approved | |
doPDF (install) 10.1.112 | 2594 | Thursday, May 16, 2019 | Approved | |
doPDF (install) 10.1.111 | 1087 | Sunday, April 14, 2019 | Approved | |
doPDF (install) 10.0.108 | 1168 | Monday, April 8, 2019 | Approved | |
doPDF (install) 10.0.107 | 1484 | Saturday, March 16, 2019 | Approved | |
doPDF (install) 10.0.105 | 1339 | Monday, March 4, 2019 | Approved | |
doPDF (install) 9.6.245 | 4660 | Thursday, January 24, 2019 | Approved | |
doPDF 7.3.400 | 6210 | Friday, January 2, 2015 | Approved | |
doPDF 7.3 | 1137 | Monday, January 6, 2014 | Approved |
© Softland 2006 - 2018
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.