Hello,<br><br>I&#39;m trying to read the sources but I&#39;m not sure if I quite follow. Is this so far correct:<br>- poppler reads a pdf, gets the number of pages<br>- pick one page, locate xref, read its page object, retrieve the rest of objects and xobjects<br>
- if a command is found, binary-search for the right operator function and call it<br>- ? (dump()?)<br>- everything gets rendered to a memory buffer on init or view_set_page() and bit-blipped to a window on expose event<br>
<br>What I don&#39;t get is how and where are the operators rendered to the memory buffer? How gets a page state transformed to pixels? Is there performed a binary search for every command in pdf?<br>