Description: PDF image vanishes from canvas after PDF export (file reload and back to normal) Steps to Reproduce: 1. Open the attached file 2. Export to PDF using toolbar export button Actual Results: Empty frame Expected Results: Still present Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.0.0.alpha0+ (x64) Build ID: 15e4427e8fb56a143caa28b8a3120f3761fc77a5 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
Created attachment 168215 [details] Example file
Created attachment 168237 [details] Fine file saved with 7.0
Thank you for reporting the bug. I can confirm that the bug is present in Version: 7.2.0.0.alpha0+ (x64) Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL Version: 7.0.3.1 (x64) Build ID: d7547858d014d4cf69878db179d326fc3483e082 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL
Telesto, please give a known working version. For me, in 6.4 (in Ubuntu) the frame in attachment 168215 [details] is empty on file opening. What is attachment 168237 [details] supposed to show? It's another ODT, but there is no saving as ODT among the steps in the description.
If attachment 168237 [details] is opened with 7.0 and saved you get working attachment 168215 [details].. I created attachment 168237 [details] with 7.2. simply insert pdf crop a little and save
(In reply to Telesto from comment #5) > If attachment 168237 [details] is opened with 7.0 and saved you get working > attachment 168215 [details].. > > I created attachment 168237 [details] with 7.2. simply insert pdf crop a > little and save Steps to reproduce doesn't include an "insert pdf" step, nor does it include regular opening and saving, it only involves exporting to PDF: (In reply to Telesto from comment #0) > Steps to Reproduce: > 1. Open the attached file > 2. Export to PDF using toolbar export button
Created attachment 168352 [details] PDF 1. Download the PDF 2. Insert Image -> PDF 3. Crop the PDF.. say around a shape 4. Save to ODT 5. File reload 6. Cut 7. Paste Going in the direction of bug 138969
This started with the same commit as bug 138969 did: https://cgit.freedesktop.org/libreoffice/core/commit/?id=6ac2d66c78d6c080aabfa46157113684c2f3a3b0 author Jan Holesovsky <kendy@collabora.com> 2019-10-18 11:19:04 +0200 committer Tomaž Vajngerl <quikee@gmail.com> 2020-03-17 22:01:15 +0100 pdfium: Make Insert -> Image... use VectorGraphicData for PDF. Bisected with: bibisect-linux64-7.0
I think this was fixed in LO 7.4 by author Tomaž Vajngerl on 2021-12-06 12:43:00 commit 4c00e8fb10437fcaefe8635ef390b78376938d15 Add image preferred DPI document setting, use it in Writer, Impress This adds a "image preferred DPI" document setting, which is used as a suggestion of the DPI that an image should have in the document. This is currently used when the image is inserted into the document (Writer, Impress/Draw) to resize it to the preferred DPI value.