]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/pdftotext.cc
Imported Xpdf 3.00 and fixed build.
[evince.git] / pdf / xpdf / pdftotext.cc
index c6ad9c03383d89c168acba91203aed89cf460bf9..2de03e360c28c66f03c0d96db29ee9ae3475a96f 100644 (file)
@@ -234,7 +234,7 @@ int main(int argc, char *argv[]) {
   textOut = new TextOutputDev(textFileName->getCString(),
                              physLayout, rawOrder, htmlMeta);
   if (textOut->isOk()) {
-    doc->displayPages(textOut, firstPage, lastPage, 72, 72, 0, gFalse);
+    doc->displayPages(textOut, firstPage, lastPage, 72, 72, 0, gTrue, gFalse);
   } else {
     delete textOut;
     exitCode = 2;