excel->pdf変換 command のdpi設定

pdf のdpiを設定するにはどうすればいいですか?

libreoffice --headless --nologo --nofirststartwizard --outdir ./ --convert-to pdf 'test.pdf'

以下のようなパラメータが指定できるようで、確かにエラーが出ること無くPDFが出力される様です。
ただ出力されたPDF内の画像解像度の違いは見た目にはよくわかりませんでした・・。

libreoffice --headless --convert-to pdf:"writer_pdf_Export:ReduceImageResolution=True;MaxImageResolution=75;Quality=50" test.odt

自分、昔調べてたんだなあ…

https://bugs.documentfoundation.org/show_bug.cgi?id=118913#c3

https://opengrok.libreoffice.org/xref/core/filter/source/pdf/pdffilter.cxx?r=4b723bf5#84