https://bugs.documentfoundation.org/show_bug.cgi?id=66580
--- Comment #38 from Dave Gilbert <[email protected]> --- (In reply to Miklos Vajna from comment #37) > > But that seems the only API it's got for getting any trailer info isn't it? > > Ah, I see. The pdfium API is intentionally high-level, so most probably it > won't give you access to raw dictionaries, and high-level API just exposes > standard properties. So one way to get around this is to ask on the pdfium > mailing list if it would be accepted to add API to get the ODF content for > old, non-standard PDFs -- if so, this should be reasonably straightforward > to implement (at least the detection part). I think given that, I'll stick to my current intention of modifying the existing poppler code to do it for now; we can come back to pdfium-ising that when it can do it. So, I'd look to: a) First fix encrypted PDF2 hybrid loading (which is what got me here in the first place) b) Lose the checksum check c) Make sure to handle hybrid with no trailer data, just the single embedded file named Original.o* with the correct mime type/extension -- You are receiving this mail because: You are the assignee for the bug.
