https://bugs.documentfoundation.org/show_bug.cgi?id=88914
Dave Gilbert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Dave Gilbert <[email protected]> --- I think it might be possible to combine the duplicated images during the import; on the poppler import path it looks fairly easy to me (everything goes through tree/imagecontainer.cxx which is a std:vector - I'm thinking of trying to turn it into a Hash of some type. However, it does mean we have to figure out how to represent that shared image. (I'm about to post a question to the list about that). But there is a 2nd problem; if the Navigator is open the current code will still apparently hang - the Navigator really doesn't handle huge flat documents well. -- You are receiving this mail because: You are the assignee for the bug.
