https://bugs.documentfoundation.org/show_bug.cgi?id=167830
--- Comment #11 from Mike Kaganski <[email protected]> --- So, using both PowerShell 7.5.4 and 5.1, the following command seems to work for me (note that the leading & is part of the command, allowing to use the syntax as is, without start-process): > & 'C:\Program Files\LibreOffice\program\soffice.com' --convert-to > 'pdf:writer_pdf_Export:{\"PageRange\":{\"type\":\"string\",\"value\":\"3-4\"}}' > --outdir C:\Downloads\ C:\Downloads\file.odt It seems there was a bug somewhere in PS 7.4, which prevented it from working, as shown in my reply there on Ask. -- You are receiving this mail because: You are the assignee for the bug.
