opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

Fix some PDF test files #350

Closed andiwand closed 4 weeks ago

andiwand commented 7 months ago

as a little bit expected object references can occur all over the place and should rather be handled by another abstraction like an object cache which will recurse as far as necessary and resolve all the references into objects

the cache would also save us from reading the same object multiple times from file

a references seems not to be a primitive type after all but I think it is still a useful abstraction in our current implementation