]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-cupsfilter.html
Save work.
[thirdparty/cups.git] / doc / help / man-cupsfilter.html
index 62daa981d8688fe3bc8c9c4e139e6a8d20fdb7f3..1dba5f622a4353a1a963601f5f314b5ebd9d64cc 100644 (file)
@@ -39,48 +39,36 @@ is a front-end to the CUPS filter subsystem which allows you to convert a file t
 <b>cupsfilter</b>
 generates a PDF file. The converted file is sent to the standard output.
 <h2 class="title"><a name="OPTIONS">Options</a></h2>
-<p style="margin-left: 5.0em; text-indent: -5.0em">--list-filters
-<br>
-Do not actually run the filters, just print the filters used to stdout.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-D
-<br>
-Delete the input file after conversion.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-U user
-<br>
-Specifies the username passed to the filters. The default is the name of the current user.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-c config-file
-<br>
-Uses the named cups-files.conf configuration file.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-d printer
-<br>
-Uses information from the named printer.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-e
-<br>
-Use every filter from the PPD file.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-i mime/type
-<br>
-Specifies the source file type. The default file type is guessed using the filename and contents of the file.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-j job-id[,N]
-<br>
-Converts document N from the specified job. If N is omitted, document 1 is converted.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-m mime/type
-<br>
-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.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-n copies
-<br>
-Specifies the number of copies to generate.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-o name=value
-<br>
-Specifies options to pass to the CUPS filters.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-p filename.ppd
-<br>
-Specifies the PPD file to use.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-t title
-<br>
-Specifies the document title.
-<p style="margin-left: 5.0em; text-indent: -5.0em">-u
-<br>
-Delete the PPD file after conversion.
+<dl class="man">
+<dt>--list-filters
+<dd style="margin-left: 5.0em">Do not actually run the filters, just print the filters used to stdout.
+<dt>-D
+<dd style="margin-left: 5.0em">Delete the input file after conversion.
+<dt>-U user
+<dd style="margin-left: 5.0em">Specifies the username passed to the filters. The default is the name of the current user.
+<dt>-c config-file
+<dd style="margin-left: 5.0em">Uses the named cups-files.conf configuration file.
+<dt>-d printer
+<dd style="margin-left: 5.0em">Uses information from the named printer.
+<dt>-e
+<dd style="margin-left: 5.0em">Use every filter from the PPD file.
+<dt>-i mime/type
+<dd style="margin-left: 5.0em">Specifies the source file type. The default file type is guessed using the filename and contents of the file.
+<dt>-j job-id[,N]
+<dd style="margin-left: 5.0em">Converts document N from the specified job. If N is omitted, document 1 is converted.
+<dt>-m mime/type
+<dd style="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>-n copies
+<dd style="margin-left: 5.0em">Specifies the number of copies to generate.
+<dt>-o name=value
+<dd style="margin-left: 5.0em">Specifies options to pass to the CUPS filters.
+<dt>-p filename.ppd
+<dd style="margin-left: 5.0em">Specifies the PPD file to use.
+<dt>-t title
+<dd style="margin-left: 5.0em">Specifies the document title.
+<dt>-u
+<dd style="margin-left: 5.0em">Delete the PPD file after conversion.
+</dl>
 <h2 class="title"><a name="EXIT_STATUS">Exit Status</a></h2>
 <b>cupsfilter</b>
 returns a non-zero exit status on any error.
@@ -97,11 +85,11 @@ Unlike when printing, filters run using the
 command use the current user and security session. This may result in different output or unexpected behavior.
 <h2 class="title"><a name="EXAMPLE">Example</a></h2>
 The following command will generate a PDF preview of job 42 for a printer named "myprinter" and save it to a file named "preview.pdf":
-<pre>
+<pre class="man">
     cupsfilter -m application/pdf -d myprinter -j 42 >preview.pdf
 </pre>
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
-<a href="man-cups.html?TOPIC=Man+Pages"><b>cups</b>(1),</a> <a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a> <b>filter(7),</b> mime.convs<b>(7),</b> mime.types<b>(7),</b>
+<a href="man-cups.html?TOPIC=Man+Pages"><b>cups</b>(1),</a><a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a><b>filter(7),</b>mime.convs<b>(7),</b>mime.types<b>(7),</b>
 <a href="http://localhost:631/help">http://localhost:631/help</a>
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright &copy; 2007-2014 by Apple Inc.