https://bugs.kde.org/show_bug.cgi?id=515227
--- Comment #9 from Ekansh <[email protected]> --- (In reply to Albert Astals Cid from comment #8) > > Thanks for the correction so can you tell me Which output device does > > Okular actually use? > > If you want to develop stuff, you should really be able to figure this out > by yourself. Sorry for the late reply but i did found something and would like to get you guidance on it I traced the code and found that ImageOutputDev exists in Poppler but is never called in generator_pdf.cpp. The ObjectRect::Image handler in pageview.cpp exists but is empty since no rects are ever created. Would the correct approach be to call ImageOutputDev from the PDF generator to populate ObjectRect::Image entries during page processing? or am i still missing something -- You are receiving this mail because: You are watching all bug changes.
