Downloads:
32,395
Downloads of v 10.4.3.391:
1,611
Last Update:
17 Oct 2024
Package Maintainer(s):
Software Author(s):
- Tracker Software
Tags:
pdfxchangeeditor pdf reader editor ocr pdfxchangeviewer admin- 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
PDF-XChange Pro
This is not the latest version of PDF-XChange Pro available.
- 1
- 2
- 3
10.4.3.391 | Updated: 17 Oct 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:
32,395
Downloads of v 10.4.3.391:
1,611
Maintainer(s):
Software Author(s):
- Tracker Software
PDF-XChange Pro 10.4.3.391
This is not the latest version of PDF-XChange Pro available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Tracker Software. The inclusion of Tracker Software trademark(s), if any, upon this webpage is solely to identify Tracker Software goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PDF-XChange Pro, run the following command from the command line or from PowerShell:
To upgrade PDF-XChange Pro, run the following command from the command line or from PowerShell:
To uninstall PDF-XChange Pro, 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 pdfxchangepro --internalize --version=10.4.3.391 --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 pdfxchangepro -y --source="'INTERNAL REPO URL'" --version="'10.4.3.391'" [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 pdfxchangepro -y --source="'INTERNAL REPO URL'" --version="'10.4.3.391'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pdfxchangepro
win_chocolatey:
name: pdfxchangepro
version: '10.4.3.391'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pdfxchangepro' do
action :install
source 'INTERNAL REPO URL'
version '10.4.3.391'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pdfxchangepro
{
Name = "pdfxchangepro"
Version = "10.4.3.391"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pdfxchangepro':
ensure => '10.4.3.391',
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 17 Oct 2024.
PDF-XChange PRO is the ultimate PDF solution. It's a bundle package that combines the three best-selling applications that Tracker Software produces:
- PDF-XChange Editor Plus is a hugely dynamic and fully-customizable PDF application. Create, view, edit, annotate, OCR* and sign PDF files – and that’s just the beginning. If you work with PDF then this fully-customizable product will optimize your work process to levels that no other product can achieve. Create PDF files from scanned documents, images, text files, Markdown files and much more. Open, edit and convert Microsoft Office documents.* Avail of over thirty tools to assist in the creation of document comments, annotations, links and fillable forms. These tools make editing PDFs a finely-tuned, precise process that produces documentation and image files of the highest quality. Our user-friendly functionality is diverse enough to meet the needs of all practitioners from novices to professionals.**
- PDF-Tools is a worldwide leader in the creation and manipulation of PDF and image files. Highly user-friendly, it can be used to convert files of almost any format to/from PDF. Avail of seventy built-in standard tools, as well as functionality to clone and edit these tools and their variables as you desire. Use the Actions Library to fully customize your tools and the Tool Actions Sequence to determine the order in which they perform operations. Combine seventy-seven available actions to create your own tools - out of billions of possibilities. PDF-Tools is compatible with large PDF files and can also handle a huge number of files simultaneously – batch conversion is its strength.
- PDF-XChange Standard Printer is Tracker Software’s best-selling virtual printer - the ultimate application for the creation and virtual printing of industry-standard PDF files. It’s compatible with files from almost all Windows applications, such as Word, Excel and AutoCAD, and features an optimized engine for superb conversion of images and image-based text characters. The files it creates are surprisingly small, given their quality – allowing for faster uploads/downloads, a reduction in storage space and increased data retention - even at high levels of compression. PDF-XChange Standard also features MS Office integration, which provides extra functionality such as adding clickable tables of contents and embedded URL support that facilitates the creation of external links.
Package Parameters
The following package parameters can be set:
/NoDesktopShortcuts
- Do not create shortcut on desktop./NoUpdater
- Do not install updater service./NoViewInBrowsers
- Do not configure to open PDF files inside browsers./NoSetAsDefault
- Do not set as default application for PDF files./NoProgramsMenuShortcuts
- Do not create program menu group for installed application and their components./KeyFile:[file]
- Pass [file] (which should be a .xcvault file downloaded from Tracker Software) in as your license file.
These parameters can be passed to the installer with the use of -params
.
For example: -params '"/NoDesktopShortcuts"'
, --params "/KeyFile:C:\Users\foo\Temp\PDFXChangeEditor.xcvault"
.
Log in or click on link to see number of positives.
- PDFXchangePro.10.4.3.391.nupkg (78e53e173d18) - ## / 67
- ProV10.x64.msi (977ad6b3bf47) - ## / 55
- ProV10.x86.msi (df59197c1957) - ## / 56
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-XChange Pro 10.4.4.392 | 901 | Thursday, November 14, 2024 | Approved | |
PDF-XChange Pro 10.4.3.391 | 1611 | Thursday, October 17, 2024 | Approved | |
PDF-XChange Pro 10.4.2.390 | 863 | Wednesday, October 9, 2024 | Approved | |
PDF-XChange Pro 10.4.1.389 | 1056 | Wednesday, September 25, 2024 | Approved | |
PDF-XChange Pro 10.4.0.388 | 1117 | Wednesday, September 11, 2024 | Approved | |
PDF-XChange Pro 10.3.1.387 | 2364 | Wednesday, June 19, 2024 | Approved | |
PDF-XChange Pro 10.3.0.386 | 1617 | Wednesday, May 1, 2024 | Approved | |
PDF-XChange Pro 10.2.1.385 | 2073 | Saturday, January 27, 2024 | Approved | |
PDF-XChange Pro 10.2.0.384 | 1212 | Wednesday, January 10, 2024 | Approved | |
PDF-XChange Pro 10.1.3.383 | 1537 | Thursday, November 16, 2023 | Approved | |
PDF-XChange Pro 10.1.2.382 | 960 | Tuesday, October 24, 2023 | Approved | |
PDF-XChange Pro 10.1.1.381 | 1588 | Wednesday, September 20, 2023 | Approved | |
PDF-XChange Pro 10.1.0.380 | 871 | Thursday, September 7, 2023 | Approved | |
PDF-XChange Pro 10.0.1.371 | 2483 | Tuesday, August 1, 2023 | Approved | |
PDF-XChange Pro 9.5.368.0 | 1577 | Friday, April 7, 2023 | Approved | |
PDF-XChange Pro 9.5.367.0 | 790 | Wednesday, March 8, 2023 | Approved | |
PDF-XChange Pro 9.5.366.0 | 1215 | Wednesday, December 14, 2022 | Approved | |
PDF-XChange Pro 9.5.365.0 | 448 | Tuesday, November 29, 2022 | Approved | |
PDF-XChange Pro 9.4.364.0 | 751 | Thursday, September 29, 2022 | Approved | |
PDF-XChange Pro 9.4.363.0 | 586 | Tuesday, August 16, 2022 | Approved | |
PDF-XChange Pro 9.4.362.0 | 342 | Wednesday, August 10, 2022 | Approved | |
PDF-XChange Pro 9.3.361.20220508 | 1233 | Saturday, May 7, 2022 | Approved | |
PDF-XChange Pro 9.3.361.0 | 676 | Thursday, April 14, 2022 | Approved | |
PDF-XChange Pro 9.3.360.0 | 204 | Wednesday, April 6, 2022 | Approved | |
PDF-XChange Pro 9.2.359.0 | 651 | Tuesday, December 14, 2021 | Approved | |
PDF-XChange Pro 9.2.358.0 | 355 | Tuesday, October 26, 2021 | Approved | |
PDF-XChange Pro 9.2.357.0 | 159 | Wednesday, October 20, 2021 | Approved | |
PDF-XChange Pro 9.1.356.20210806 | 439 | Friday, August 6, 2021 | Approved | |
PDF-XChange Pro 9.1.356.0 | 439 | Wednesday, July 21, 2021 | Approved | |
PDF-XChange Pro 9.1.355.0 | 178 | Thursday, July 15, 2021 | Approved | |
PDF-XChange Pro 9.0.354.0 | 431 | Saturday, April 24, 2021 | Approved | |
PDF-XChange Pro 9.0.353.0 | 162 | Tuesday, April 20, 2021 | Approved | |
PDF-XChange Pro 9.0.352.0 | 340 | Saturday, February 6, 2021 | Approved | |
PDF-XChange Pro 9.0.351.0 | 189 | Saturday, January 23, 2021 | Approved | |
PDF-XChange Pro 9.0.350.0 | 178 | Friday, January 15, 2021 | Approved | |
PDF-XChange Pro 8.0.343.0 | 250 | Friday, November 20, 2020 | Approved | |
PDF-XChange Pro 8.0.342.0 | 118 | Wednesday, November 4, 2020 | Approved | |
PDF-XChange Pro 8.0.341.0 | 234 | Saturday, October 3, 2020 | Approved | |
PDF-XChange Pro 8.0.340.0 | 197 | Friday, July 31, 2020 | Approved |
1997-2020 Tracker Software Products - A wholly owned subsidiary of PDF-XChange Co Ltd. Registered in England: N0.11091579
This package has no dependencies.
Ground Rules:
- This discussion is only about PDF-XChange Pro and the PDF-XChange Pro 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-XChange Pro, 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.