https://bugs.documentfoundation.org/show_bug.cgi?id=169315
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID Blocks| |114233 CC| |[email protected] --- Comment #4 from V Stuart Foote <[email protected]> --- No in fact, since the 7.2.0 release, you *are* working with a PNG representation. LibreOffice implements an insert filter that uses the Chromium project pdfium libs to convert PDF into bitmap. Insert as Vector image to a skia canvas is not yet implemented. The inserted/DnD bitmap is sized to fit document page, and responds to a system environment variable PDFIMPORT_RESOLUTION_DPI adjusted to user preference. Currently the source PDF is only parsed from the PDFs first page. So PDF must be split externally. bug 114234 remains open to implement UI to avoid need for external split. Bitmap image is held in document archive as PNG, while the source PDF is also kept. So some risk of unintended information release, bug 131768. You can just open the document's ODF zip archive file and you'll see the bitmap and the source PDF in the 'Pictures' directory. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=114233 [Bug 114233] [META] PDF insert/embed bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
