3.90.1 (KDE 4.0 alpha1) tarballs

Dirk Mueller mueller at kde.org
Tue May 8 22:18:56 CEST 2007


On Tuesday, 8. May 2007, Emanuele A. Bagnaschi wrote:

> Here's the relevant compiler output:
>re/plugins/pdf/pdfRenderer.cpp:147: error: no matching function for call to
> ‘Poppler::Page::renderToImage(double&, double&, int, int, int, int,
> bool)’

can you try this?

--- pdfRenderer.cpp     (revision 662047)
+++ pdfRenderer.cpp     (working copy)
@@ -144,7 +144,7 @@ RenderedDocumentPagePixmap* PdfRenderer:
         image = pdfPage->renderToImage(res, res);
       else
       {
-        image = pdfPage->renderToImage(res, res, -1, -1, -1, -1, true);
+        image = pdfPage->renderToImage(res, res, -1, -1, -1, -1, 
Poppler::Page::Rotate0);
       }

       // Create Text information


Thanks,
Dirk


More information about the release-team mailing list