is a front-end to the CUPS filter subsystem which allows you to convert a file to a specific format, just as if you had printed the file through CUPS. By default,
<b>cupsfilter</b>
generates a PDF file. The converted file is sent to the standard output.
<ddstyle="margin-left: 5.0em">Do not actually run the filters, just print the filters used to stdout.
<dt><b>-D</b>
<ddstyle="margin-left: 5.0em">Delete the input file after conversion.
<dt><b>-U </b><i>user</i>
<ddstyle="margin-left: 5.0em">Specifies the username passed to the filters. The default is the name of the current user.
<dt><b>-c </b><i>config-file</i>
<ddstyle="margin-left: 5.0em">Uses the named cups-files.conf configuration file.
<dt><b>-d </b><i>printer</i>
<ddstyle="margin-left: 5.0em">Uses information from the named printer.
<dt><b>-e</b>
<ddstyle="margin-left: 5.0em">Use every filter from the PPD file.
<dt><b>-i </b><i>mime/type</i>
<ddstyle="margin-left: 5.0em">Specifies the source file type. The default file type is guessed using the filename and contents of the file.
<dt><b>-j </b><i>job-id[,N]</i>
<ddstyle="margin-left: 5.0em">Converts document N from the specified job. If N is omitted, document 1 is converted.
<dt><b>-m </b><i>mime/type</i>
<ddstyle="margin-left: 5.0em">Specifies the destination file type. The default file type is application/pdf. Use printer/foo to convert to the printer format defined by the filters in the PPD file.
<dt><b>-n </b><i>copies</i>
<ddstyle="margin-left: 5.0em">Specifies the number of copies to generate.
<dt><b>-o </b><i>name=value</i>
<ddstyle="margin-left: 5.0em">Specifies options to pass to the CUPS filters.
<dt><b>-p </b><i>filename.ppd</i>
<ddstyle="margin-left: 5.0em">Specifies the PPD file to use.
<dt><b>-t </b><i>title</i>
<ddstyle="margin-left: 5.0em">Specifies the document title.
<dt><b>-u</b>
<ddstyle="margin-left: 5.0em">Delete the PPD file after conversion.