Linux command
qpdldecode 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Decode QPDL printer format
qpdldecode [input.qpdl] > [output.pbm]
Show file info
qpdldecode -i [input.qpdl]
说明
qpdldecode decodes data in Samsung's proprietary QPDL (Quick Page Description Language) print format, converting it to standard image formats like PBM for analysis or reprocessing. It is distributed as part of the SpliX driver package for Samsung laser printers. The tool can also display metadata about QPDL files without converting them, using the -i flag to show page count, resolution, and other format details.
参数
- -i
- Show information only.
FAQ
What is the qpdldecode command used for?
qpdldecode decodes data in Samsung's proprietary QPDL (Quick Page Description Language) print format, converting it to standard image formats like PBM for analysis or reprocessing. It is distributed as part of the SpliX driver package for Samsung laser printers. The tool can also display metadata about QPDL files without converting them, using the -i flag to show page count, resolution, and other format details.
How do I run a basic qpdldecode example?
Run `qpdldecode [input.qpdl] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i do in qpdldecode?
Show information only.