239 lines
8.6 KiB
HTML
239 lines
8.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of hp-scan</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>hp-scan</H1>
|
|
Section: User Manuals (1)<BR>Updated: 2.2<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
hp-scan - Scan Utility
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
SANE-based scan utility for HPLIP supported all-in-one/mfp devices.
|
|
<A NAME="lbAD"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>hp-scan [DEVICE_URI|PRINTER_NAME] [MODE] [OPTIONS]</B>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>PRINTER|DEVICE-URI</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">To specify a device-URI:<DD>
|
|
-d<device-uri> or --device=<device-uri>
|
|
<DT id="2">To specify a CUPS printer:<DD>
|
|
-p<printer> or --printer=<printer>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>MODE</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="3">Run in interactive mode:<DD>
|
|
-i or --interactive
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="4">Set the logging level:<DD>
|
|
-l<level> or --logging=<level>
|
|
<level>: none, info*, error, warn, debug (*default)
|
|
<DT id="5">Run in debug mode:<DD>
|
|
-g (same as option: -ldebug)
|
|
<DT id="6">This help information:<DD>
|
|
-h or --help
|
|
</DL>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>OPTIONS (GENERAL)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="7">Scan destinations:<DD>
|
|
-s<dest_list> or --dest=<dest_list>
|
|
where <dest_list> is a comma separated list containing one or more of: 'file'
|
|
, 'viewer', 'editor', 'pdf', or 'print'. Use only commas between values, no spaces.
|
|
<DT id="8">Scan mode:<DD>
|
|
-m<mode> or --mode=<mode>. Where <mode> is 'gray'*, 'color' or 'lineart'.
|
|
<DT id="9">Scanning resolution:<DD>
|
|
-r<resolution_in_dpi> or --res=<resolution_in_dpi> or --resolution=<resolution_in_dpi>
|
|
where 300 is default.
|
|
<DT id="10">Image resize:<DD>
|
|
--resize=<scale_in_%> (min=1%, max=400%, default=100%)
|
|
<DT id="11">Color Dropout Red :<DD>
|
|
-color_dropout_red_value=<color_dropout_red_value> or --color_dropout_red_value=<color_dropout_red_value>
|
|
<DT id="12">Color Dropout Green :<DD>
|
|
-color_dropout_green_value=<color_dropout_green_value> or --color_dropout_green_value=<color_dropout_green_value>
|
|
<DT id="13">Color Dropout Blue :<DD>
|
|
-color_dropout_blue_value=<color_dropout_blue_value> or --color_dropout_blue_value=<color_dropout_blue_value>
|
|
<DT id="14">Color Dropout Range :<DD>
|
|
-color_range=<color_range> or --color_range=<color_range>
|
|
<DT id="15">Image contrast:<DD>
|
|
-c=<contrast> or --contrast=<contrast>
|
|
The contrast range varies from device to device.
|
|
<DT id="16">Image brightness:<DD>
|
|
-b=<brightness> or --brightness=<brightness>
|
|
The brightness range varies from device to device.
|
|
<DT id="17">ADF mode:<DD>
|
|
--adf (Note, only PDF output is supported when using the ADF)
|
|
--duplex or --dup for duplex scanning using ADF.
|
|
</DL>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>OPTIONS (SCAN AREA)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="18">Specify the units for area/box measurements:<DD>
|
|
-t<units> or --units=<units>
|
|
where <units> is 'mm'*, 'cm', 'in', 'px', or 'pt' ('mm' is default).
|
|
<DT id="19">Scan area:<DD>
|
|
-a<tlx>,<tly>,<brx>,<bry> or --area=<tlx>,<tly>,<brx>,<bry>
|
|
Coordinates are relative to the upper left corner of the scan area.
|
|
Units for tlx, tly, brx, and bry are specified by -t/--units (default is 'mm').
|
|
Use only commas between values, no spaces.
|
|
<DT id="20">Scan box:<DD>
|
|
--box=<tlx>,<tly>,<width>,<height>
|
|
tlx and tly coordinates are relative to the upper left corner of the scan area.
|
|
Units for tlx, tly, width, and height are specified by -t/--units (default is 'mm').
|
|
Use only commas between values, no spaces.
|
|
<DT id="21">Top left x of the scan area:<DD>
|
|
--tlx=<tlx>
|
|
Coordinates are relative to the upper left corner of the scan area.
|
|
Units are specified by -t/--units (default is 'mm').
|
|
<DT id="22">Top left y of the scan area:<DD>
|
|
--tly=<tly>
|
|
Coordinates are relative to the upper left corner of the scan area.
|
|
Units are specified by -t/--units (default is 'mm').
|
|
<DT id="23">Bottom right x of the scan area:<DD>
|
|
--brx=<brx>
|
|
Coordinates are relative to the upper left corner of the scan area.
|
|
Units are specified by -t/--units (default is 'mm').
|
|
<DT id="24">Bottom right y of the scan area:<DD>
|
|
--bry=<bry>
|
|
Coordinates are relative to the upper left corner of the scan area.
|
|
Units are specified by -t/--units (default is 'mm').
|
|
<DT id="25">Specify the scan area based on a paper size:<DD>
|
|
--size=<paper size name>
|
|
where <paper size name> is one of: 3x5, 4x6, 5x7, a2_env, a3, a4, a5, a6, b4, b5, c6_env, dl_env, exec, flsa, higaki, japan_env_3, japan_env_4, legal, letter, no_10_env, oufufu-hagaki, photo, super_b
|
|
</DL>
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>OPTIONS ('FILE' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="26">Filename for 'file' destination:<DD>
|
|
-o<file> or -f<file> or --file=<file> or --output=<file>
|
|
</DL>
|
|
<A NAME="lbAK"> </A>
|
|
<H2>OPTIONS ('PDF' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="27">PDF viewer application:<DD>
|
|
--pdf=<pdf_viewer>
|
|
</DL>
|
|
<A NAME="lbAL"> </A>
|
|
<H2>OPTIONS ('VIEWER' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="28">Image viewer application:<DD>
|
|
-v<viewer> or --viewer=<viewer>
|
|
</DL>
|
|
<A NAME="lbAM"> </A>
|
|
<H2>OPTIONS ('EDITOR' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="29">Image editor application:<DD>
|
|
-e<editor> or --editor=<editor>
|
|
</DL>
|
|
<A NAME="lbAN"> </A>
|
|
<H2>OPTIONS ('EMAIL' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="30">From: address for 'email' dest:<DD>
|
|
--email-from=<email_from_address> (required for 'email' dest.)
|
|
<DT id="31">To: address for 'email' dest:<DD>
|
|
--email-to=<email__to_address> (required for 'email' dest.)
|
|
<DT id="32">Email subject for 'email' dest:<DD>
|
|
--email-subject="<subject>" or --subject="<subject>"
|
|
Use double quotes (") around the subject if it contains space characters.
|
|
<DT id="33">Note or message for the 'email' dest:<DD>
|
|
--email-msg="<msg>" or --email-note="<note>"
|
|
Use double quotes (") around the note/message if it contains space characters.
|
|
</DL>
|
|
<A NAME="lbAO"> </A>
|
|
<H2>OPTIONS ('PRINTER' DEST)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="34">Printer queue/printer dest:<DD>
|
|
--dp=<printer_name> or --dest-printer=<printer_name>
|
|
<DT id="35">Printer device-URI dest:<DD>
|
|
--dd=<device-uri> or --dest-device=<device-uri>
|
|
</DL>
|
|
<A NAME="lbAP"> </A>
|
|
<H2>OPTIONS (ADVANCED)</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="36">Set the scanner compression mode:<DD>
|
|
-x<mode> or --compression=<mode>, <mode>='raw', 'none' or 'jpeg' ('jpeg' is default) ('raw' and 'none' are equivalent)
|
|
</DL>
|
|
<A NAME="lbAQ"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A NAME="lbAR"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
HPLIP (HP Linux Imaging and Printing) is an
|
|
HP developed solution for printing, scanning, and faxing with
|
|
HP inkjet and laser based printers in Linux.
|
|
<A NAME="lbAS"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
The HPLIP Launchpad.net site
|
|
<B><A HREF="https://launchpad.net/hplip">https://launchpad.net/hplip</A></B>
|
|
|
|
is available to get help, report
|
|
bugs, make suggestions, discuss the HPLIP project or otherwise
|
|
contact the HPLIP Team.
|
|
<A NAME="lbAT"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright (c) 2001-18 HP Development Company, L.P.
|
|
<P>
|
|
|
|
This software comes with ABSOLUTELY NO WARRANTY.
|
|
This is free software, and you are welcome to distribute it
|
|
under certain conditions. See COPYING file for more details.
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="37"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="38"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="39"><A HREF="#lbAD">SYNOPSIS</A><DD>
|
|
<DT id="40"><A HREF="#lbAE">PRINTER|DEVICE-URI</A><DD>
|
|
<DT id="41"><A HREF="#lbAF">MODE</A><DD>
|
|
<DT id="42"><A HREF="#lbAG">OPTIONS</A><DD>
|
|
<DT id="43"><A HREF="#lbAH">OPTIONS (GENERAL)</A><DD>
|
|
<DT id="44"><A HREF="#lbAI">OPTIONS (SCAN AREA)</A><DD>
|
|
<DT id="45"><A HREF="#lbAJ">OPTIONS ('FILE' DEST)</A><DD>
|
|
<DT id="46"><A HREF="#lbAK">OPTIONS ('PDF' DEST)</A><DD>
|
|
<DT id="47"><A HREF="#lbAL">OPTIONS ('VIEWER' DEST)</A><DD>
|
|
<DT id="48"><A HREF="#lbAM">OPTIONS ('EDITOR' DEST)</A><DD>
|
|
<DT id="49"><A HREF="#lbAN">OPTIONS ('EMAIL' DEST)</A><DD>
|
|
<DT id="50"><A HREF="#lbAO">OPTIONS ('PRINTER' DEST)</A><DD>
|
|
<DT id="51"><A HREF="#lbAP">OPTIONS (ADVANCED)</A><DD>
|
|
<DT id="52"><A HREF="#lbAQ">SEE ALSO</A><DD>
|
|
<DT id="53"><A HREF="#lbAR">AUTHOR</A><DD>
|
|
<DT id="54"><A HREF="#lbAS">REPORTING BUGS</A><DD>
|
|
<DT id="55"><A HREF="#lbAT">COPYRIGHT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:17 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|