https://bugs.documentfoundation.org/show_bug.cgi?id=113936
--- Comment #7 from Noel Grandin <[email protected]> ---
The primary problem here is that we are parsing the whole file twice inside
pdfi::getAdditionalStream.
Once called from
pdfi::PDFDetector::detect
and once from
pdfi::PDFIHybridAdaptor::filter
It looks like the code is trying to avoid just that situation by passing around
an "EmbeddedSubstream" css::beans::PropertyValue, but the path that is calling
the second time here does not seam to preserve that property.
Presumably there is some mechanism for these kinds of properties to be
preserved and passed on by the sfx2 layer? Can't quite see how to do that.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs