pdf のdpiを設定するにはどうすればいいですか?
libreoffice --headless --nologo --nofirststartwizard --outdir ./ --convert-to pdf 'test.pdf'
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