soffice
Verified for current stable LTS
Soffice Command: Print Files Specific Printer
Use for print files specific printer with Soffice. Exact CLI syntax to print files specific printer using Soffice.
When to use this: Use for print files specific printer with Soffice.
Command Syntax
soffice --pt <printer_name> <path/to/file1 path/to/file2 ...> soffice --pt <printer_name> <path/to/file1 path/to/file2 ...> Live Command Builder
Final Command
soffice --pt <printer_name> <path/to/file1 path/to/file2 ...> Command Breakdown
--pt- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to print files specific printer using Soffice.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Soffice Command: Convert Doc To Pdf
soffice --convert-to pdf *.doc Soffice Command: Display File Content soffice --cat <path/to/file1 path/to/file2 ...> Soffice Command: Open Files Read Only soffice --view <path/to/file1 path/to/file2 ...> Srun Command: Submit Basic Interactive Job srun --pty /bin/bash Srun Command: Submit Interactive Job With Attributes srun --ntasks-per-node <num_cores> --mem-per-cpu <memory_MB> --pty /bin/bash