https://bugs.documentfoundation.org/show_bug.cgi?id=162412
--- Comment #6 from [email protected] --- Created attachment 195808 --> https://bugs.documentfoundation.org/attachment.cgi?id=195808&action=edit Dockerfile for replicating my setup when getting the incorrect results You can use this Dockerfile to replicate the setup I have when I get the bug. If you build it using ``docker build -t libreoffice-test .`` and then run it interactively using ``docker run -it libreoffice-test``, you can use Docker Desktop to copy the converted file (will be called example_document.pdf) out of the container and visually inspect it. Make sure that example_document.docx lives in the same directory as the Dockerfile when you build the image. I have also attached the following: - actual_document.pdf: A copy of the converted file (as I see it on my machine) with errors (see the images split up over multiple pages) - correct_document.pdf: A copy of the file as I wish it to be converted (see how the images are all on their original pages) - example_document.docx: For use with the Dockerfile -- You are receiving this mail because: You are the assignee for the bug.
