https://bugs.documentfoundation.org/show_bug.cgi?id=162826
--- Comment #19 from Miklos Vajna <[email protected]> --- > That downconversion for export is actually the 1st pdfium call that we do on > import Hmm, I imagine that idea was that vcl::pdf::createBinaryDataContainer() does the conversion once, instead of storing the original bytes and then downconverting again and again. And that "binary data container" is attached to the Graphic, so other code actually gets the data from there. Anyhow, just an idea: what if you ask for the password during insertion (as part of the UI), so the doc model never has an encrypted PDF? I'm also a bit unsure if anybody would be concerned that now we store something decrypted that was previous protected by a password... -- You are receiving this mail because: You are the assignee for the bug.
