Other answers have linked to the correct download page for Windows users but do not specify how to install them for the uninitiated.
-
Go to this page and download the binary of your choice. In this example we will download and use
poppler-0.68.0_x86. -
Extract the archive file
poppler-0.68.0_x86.7zintoC:\Program Files. Thus, the directory structure should look something like this:
C:
└ Program Files
└ poppler-0.68.0_x86
└ bin
└ include
└ lib
└ share
-
Add
C:\Program Files\poppler-0.68.0_x86\binto your systemPATHby doing the following: Click on the Windows start button, search forEdit the system environment variables, click onEnvironment Variables..., underSystem variables, look for and double-click onPATH, click onNew, then addC:\Users\Program Files\poppler-0.68.0_x86\bin, clickOK. -
If you are using a terminal to execute poppler (e.g. running
pdf2imagein command line), you may need to reopen your terminal for poppler to work. -
Done!