返回命令列表

Linux command

qpdldecode 命令

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

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.