<

Xpdf - PDFtoPNG - Command Line Utility to Convert a Multi-page PDF File into Separate PNG Files

Posted on
15,429 Points
829 Views
1 Endorsement
Last Modified:
Published
Experience Level: Intermediate
5:06
Joe Winograd
50+ years in computers
EE FELLOW 2017 — first ever recipient of Fellow award
MVE 2015,2016,2018
CERTIFIED GOLD EXPERT
DISTINGUISHED EXPERT
In this sixth video of the Xpdf series, we discuss and demonstrate the PDFtoPNG utility, which converts a multi-page PDF file to separate color, grayscale, or monochrome PNG files, creating one PNG file for each page in the PDF. It does this via a command line interface, making it suitable for use in batch files, programs, and scripts — any place where a command line call can be made.

Video Steps

1. Download the software


You may have already downloaded and unzipped the Xpdf tools while watching the first video in the Xpdf series, but if you haven't, then visit the Xpdf website. Click the Download link and then click the pre-compiled Windows binary ZIP archive to download the utilities for Windows.

Step1

2. Locate the documentation folder for the Xpdf utilities


Go to the folder where you unzipped the downloaded ZIP file and find the doc folder.

Step2

3. Read the documentation for the PDFtoPNG tool


Go into the doc folder and find the plain text file called pdftopng.txt.

Open it with any text editor, such as Notepad, and read it. This is the documentation for the PDFtoPNG tool.

Step3

4. Set up a test folder


Create a test folder.

Copy pdftopng.exe from the unzipped bin32 folder into your test folder.

Copy a sample PDF file into your test folder. Of course, it will work fine with a one-page PDF file, but it is more instructive to test it with a multi-page PDF.

Step4

5. Set up a command prompt for testing


Open a command prompt window.

Navigate to your test folder.

Issue a DIR command in the command prompt to be sure that only two files are in it - the PDFtoPNG executable and the sample PDF file.

Step5

6. Run the PDFtoPNG utility


Issue the following command in the command prompt:

pdftopng.exe test.pdf rootimage

Step6

7. Verify that the PNG files were created


Issue a DIR command in the command prompt to verify that the PNG files were created.

Step7

8. Verify that the PNG files can be opened


Open the PNG files in whatever image viewer that you prefer to verify that they are proper PNG files.

Step8
If you find this video to be helpful, please click the thumbs-up icon below. Thank you for watching!
1
  • 2
2 Comments
LVL 76

Author Comment

by:Joe Winograd
Kyle,
Thanks for the fast publishing and the compliment — both appreciated! Regards, Joe
1
LVL 76

Author Comment

by:Joe Winograd
Hi Tia Henderson,
I'm sure that you meant to endorse this video (rather than Kyle's comment that it was Accepted and my comment thanking Kyle). To endorse the video, you must click the thumbs-up icon that is right underneath the video steps (before this Comments section begins). Thanks, Joe
0
Closures in JavaScript are powerful, allowing for state retention, currying and data persistence. This article offers a comprehensive guide to master closures, a fundamental concept for JavaScript development. Learn how to write more efficient and m…
Here are some of the themes that I heard a lot while attending the Developer Week 2023 Conference.