Created attachment 131291 [details] Reproducer document. Steps to reproduce: 1) open the attached document. 2) Notice that while it has a bitmap, that bitmap has the original PDF data next to it. (Right click -> Save can extract that PDF data from the document.) 3) Export the document as pdf. Expected: the original vector image is shown. Actual: the bitmap rendered by LO is shown.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5fd4c95affbad94f5630425e35bced434d18e3d8 tdf#106059 PDF export: include content of PDF images as an embedded file It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=42c0dfbd6b08ecbc5893595a4100d572a3082d8a tdf#106059 PDF export: write form XObject proxy for PDF images It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=57c5ad79609134e0ff0013a002cc80a570e81c20 tdf#106059 PDF export: set matrix and bbox for PDF images It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6db0f1feb1d9931d2726dd11a889c58815710ce0 tdf#106059 PDF export: create a reference XObject for PDF images It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 131427 [details] Larger PDF image. This larger "image" is converted to a JPG bitmap by default on export, and there still only the bitmap version is written.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=78e25558e86188314b9b72048b8ddca18697cb86 tdf#106059 PDF export: create a reference XObject for JPG images with PDF data It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.