Linux command
lowriter 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Writer
lowriter
Open document
lowriter [document.odt]
Convert to PDF
lowriter --convert-to pdf [document.odt]
Convert to DOCX
lowriter --convert-to docx [document.odt]
Batch convert multiple files
lowriter --convert-to pdf --outdir [output/] [*.odt]
Print document
lowriter -p [document.odt]
说明
lowriter is the word processor component of LibreOffice. It provides full-featured document editing, formatting, and publishing capabilities compatible with Microsoft Word formats. The command line interface enables batch conversions and scripting.
参数
- --convert-to _format_
- Convert to specified format.
- --outdir _dir_
- Output directory for conversions.
- -p
- Print document.
- --pt _printer_
- Print to specific printer.
- --headless
- Run without GUI.
- --view
- Open in read-only mode.
FAQ
What is the lowriter command used for?
lowriter is the word processor component of LibreOffice. It provides full-featured document editing, formatting, and publishing capabilities compatible with Microsoft Word formats. The command line interface enables batch conversions and scripting.
How do I run a basic lowriter example?
Run `lowriter` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --convert-to _format_ do in lowriter?
Convert to specified format.