Today I’ve made a document, it’s resulting size was quite normal: $ ls -s *odt 5.9M Руководство по системе управления порталом.odt All images are linked and reside under ‘img’ subfolder, which doesn’t take more than the document itself. $ du -hs img/ 2.1M img/ And the resulting document takes… whooping 53 MiB(!). $ ls -s Руководство\ по\ системе\ управления\ порталом.pdf 53M Руководство по системе управления порталом.pdf It was exported with PDF/A-a1 option, and I understand, that there are also fonts embedded into the doc, but that’s around 5 megabytes including all the variants (bold/italic), not more. Let’s export one image from a PDF viewer to disk and compare the size: $ du -hb '/home/dtr/work/docs/website cms/platformiosedit.png' 1836974 /home/dtr/work/docs/alma tv/website cms/platformiosedit.png $ du -hb '/home/dtr/work/docs/website cms/img/0250.png' 87942 /home/dtr/work/docs/website cms/img/0250.png What?.. $ echo 'scale=1; 1836974/87942' | bc -q 20.8 Twenty, almost twenty one times bigger? What kind of archiving is that? Let’s not use PDF/A-a1 and compare again $ ls -s 'Руководство по системе управления порталом w\o PDF\A-a1.pdf' 2.0M Руководство по системе управления порталом w\o PDF\A-a1.pdf Two megabytes! Two! As it should be. It is interesting to export that same iamge from the PDF viewer again. $ du -hb 'platfromiosedit2.png' 91046 platfromiosedit2.png Well, the size is bigger than that of the original image, but at least it’s close. My question stays the same since #93462: why LibreOffice thinks, that it should modify original images, when it was clearly said to use Lossless images?
Looks quite similar to bug 104479
Thank you for reporting the bug. it seems you're using an old version of LibreOffice. Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
(In reply to Xisco Faulí from comment #2) > Thank you for reporting the bug. > it seems you're using an old version of LibreOffice. > Could you please try to reproduce it with the latest version of LibreOffice > from https://www.libreoffice.org/download/libreoffice-fresh/ ? > I have set the bug's status to 'NEEDINFO'. Please change it back to > 'UNCONFIRMED' if the bug is still present in the latest version. Sadly I can’t test on a fresh version of Libreoffice, because after updating the package lowriter quit with an error /usr/lib64/libdbus-1.so.3: no version information available Then I have updated everything related to dbus, realoaded it and relogin myself, but now lowriter quits without showing any message.
Somehow, removing ~/.config/libreoffice allowed Writer to run, and I could export the document again. $ du -hkx *pdf 53460 Руководство по системе управления порталом.pdf 1676 Руководство по системе управления порталом test.pdf 53484 Руководство по системе управления порталом (LO 5.2.7.2).pdf 1952 Руководство по системе управления порталом w\o PDF\A-a1.pdf As one can see, the PDF didn’t get any lighter, even got additional 24 KB to the old 53400.
Could you prepare a test package with all the files and attach it to this report?
Please answer Buovjaga's question from comment #5 Set status to NEEDINFO, please set it back to UNCONFIRMED once requested informations are provided. Best regards. JBF
Excuse me, I’m not interested in LO Writer any more. I was tired to deal with its problems and switched to Id.
Ok, closing. Best regards. JBF