Skip to content

Download Poppler binaries packaged for Windows with dependencies

License

Notifications You must be signed in to change notification settings

oschwartz10612/poppler-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Includes the latest poppler-data.

Download

You can download the latest build from releases.

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.

Out of Date?

  • Ensure that 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.

  • 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.