Skip to content

Commit

Permalink
README: Updated instructions for building pdftoraster with the stable…
Browse files Browse the repository at this point in the history
… Poppler APIs.
  • Loading branch information
tillkamppeter committed Jun 6, 2019
1 parent 2596e48 commit 418d251
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ INTRODUCTION
non-PDF printers are used, to have at least one of Ghostscript,
Poppler, or MuPDF.

The Poppler-based filters need a C++ compiler which supports C++11
and Poppler being built with the "./configure" options
"--enable-splash --disable-fixedpoint --disable-single-precision"
(if in the actually used Poppler version such options are
available). This is the case for most modern Linux distributions.
The Poppler-based pdftoraster filter needs a C++ compiler which
supports C++11 and Poppler being built with the "./configure"
option "-DENABLE_CPP=ON" for building the C++ support library
libpoppler-cpp. This is the case for most modern Linux
distributions.

If you use MuPDF as PDF renderer make sure to use at least version
1.15, as the older versions have bugs and so some files get not
Expand Down

0 comments on commit 418d251

Please sign in to comment.