[Poppler-bugs] [Bug 56858] Huge simple PDF displayed blank in poppler-glib-demo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 12 10:52:00 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=56858

--- Comment #6 from Carlos Garcia Campos <carlosgc at gnome.org> ---
Most of the time to render a page is spent parsing the PDF streams. Tile
rendering is currently possible from the API point of view, but in practice,
rendering one tile takes almost the same time than rendering the whole page, so
dividing the page in N tiles and render them separately is in the end much
slower than rendering the whole page. This is due to the poppler rendering
model, based on parse + render. We would need a model based on parsing the page
to intermediate objects once and render multiple times using the intermediate
objects. Similar to the render tree used by web engines.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20121112/ff9c1037/attachment.html>


More information about the Poppler-bugs mailing list