Denis Auroux - 2017-11-11

I am unable to reproduce this with the PDF files available to me, so
please e-mail me your slides (auroux at math dot berkeley dot edu).

That said: I am confused by your statement that some text doesn't show
up, rather than an entire PDF page not showing up. All xournal does is
request a bitmap rendering of the needed PDF pages from the poppler
library, one page at a time (when they become visible with
progressive_bg = true, immediately at startup with progressive_bg =
false). (And the pages are re-requested when the zoom level changes, so
if you have a display issue, zooming in and out may refresh).

So, in any case, I would expect a page to render correctly or not at all
-- a partially rendered page would mean that the poppler library
encountered an error executing the PDF code for that page that prevented
it from displaying some of the text but was still benign enough that it
decided the page was rendered successfully.

In theory, this is either a bug in the version of the poppler library
installed on your system, or a malformed PDF file, or both.
But... happy to take a look, even though I am unlikely to be able to do
anything about it.

Also, please let me know your version of xournal and of the poppler library.

Denis