Tried to test document conversion from pptx to pdf via following command :
soffice --headless --convert-to pdf Extlst-test.pptx
The input file was a test document from The Document Foundation org.
However, if I execute the same command again, the output pdf file has difference size than the other(first was 67.4 KB, second was 96.8 KB).
Those files look alike, but pdfcompare says there are some differences on edges.
Is the pptx file bad or it’s a bug of soffice?
I’m using LibreOffice 24.2.5.2 bffef4ea93e59bebbeaf7f431bb02b1a39ee8a59 from homebrew on MacOS.