https://github.com/oschwartz10612/poppler-windows
Download Poppler binaries packaged for Windows with dependencies
https://github.com/oschwartz10612/poppler-windows
poppler poppler-data poppler-feedstock windows
Last synced: about 1 year ago
JSON representation
Download Poppler binaries packaged for Windows with dependencies
- Host: GitHub
- URL: https://github.com/oschwartz10612/poppler-windows
- Owner: oschwartz10612
- License: mit
- Created: 2020-06-28T18:38:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T15:08:06.000Z (over 1 year ago)
- Last Synced: 2025-04-28T14:07:11.928Z (about 1 year ago)
- Topics: poppler, poppler-data, poppler-feedstock, windows
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 771
- Watchers: 14
- Forks: 77
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repo - poppler-windows
README
# Poppler Packaged for Windows
Download the latest Poppler prebuilt-binaries packaged with dependencies for Windows. Built with the help of conda-forge and [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock). Includes the latest poppler-data.
## Download

You can download the latest build from [releases](https://github.com/oschwartz10612/poppler-windows/releases/latest).
## What is this?
Please note that the purpose of this repository is solely to download the compiled Poppler binaries from conda-forge poppler-feedstock and put everything in a nice zip for use. This repository does not build Poppler. If you believe you have an issue with poppler itself - or the building of it - please direct those requests to the upstream sources with Poppler team or the guys over at [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock).
## Out of Date?
- Ensure that [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) is up to date.
- Create a new pull request and bump `POPPLER_VERSION` in `package.sh` to the latest.
- Sometimes the feedstock does an update on the same version in order to apply a fix and we need to do a repackage here. If the version has been packaged already, increase the build number by 1 in `package.sh`. If it has not been packaged yet, reset the build number to 0.
- After merged the tag will be matched and the workflow will trigger a new release.
### Poppler-data out of date?
- Copy the latest download link for poppler-data from the [offical Poppler site](https://poppler.freedesktop.org/).
- Create a new pull request and update the `POPPLER_DATA_URL` under in `package.sh`.
- Sometimes the feedstock does an update on the same version in order to apply a fix and we need to do a repackage here. If the version has been packaged already, increase the build number by 1 in `package.sh`. If it has not been packaged yet, reset the build number to 0.
- After merged the tag will be matched and the workflow will trigger a new release.