.TH CUTYCAPT 1 "June 28, 2010" .SH NAME cutycapt \- utility to capture WebKit's rendering of a web page .SH SYNOPSIS .B cutycapt .RI [ options ] \fB\-\-url=\fIhttp://www.someurl.com\fR \fB\-\-out=\fIoutput.png\fR .SH DESCRIPTION This manual page documents briefly the \fBcutycapt\fR command. .PP \fBCutyCapt\fR is a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP. .SH OPTIONS A summary of options is included below. .TP .B \-\-help Show summary of options. .TP \fB\-\-url=\fI\fR The URL to capture (http:...|file:...|...) .TP \fB\-\-out=\fI\fR The target file (.png|pdf|ps|svg|jpeg|...) .TP \fB\-\-out-format=\fI\fR Like extension in \fB\-\-out, overrides heuristic .TP \fB\-\-min-width=\fI\fR Minimal width for the image (default: 800) .TP \fB\-\-min-height=\fI\fR Minimal height for the image (default: 600) .TP \fB\-\-max-wait=\fI\fR Don't wait more than (default: 90000, infinite: 0) .TP \fB\-\-delay=\fI\fR After successful load, wait (default: 0) .TP \fB\-\-user-style-path=\fI\fR Location of user style sheet file, if any .TP \fB\-\-user-style-string=\fI\fR User style rules specified as text .TP \fB\-\-header=\fI\fB:\fI\fR Request header; repeatable; some can't be set .TP \fB\-\-method=\fI\fR Specifies the request method (default: get) .TP \fB\-\-body-string=\fI\fR Unencoded request body (default: none) .TP \fB\-\-body-base64=\fI\fR Base64-encoded request body (default: none) .TP \fB\-\-app-name=\fI\fR Application name used in User-Agent; default is none .TP \fB\-\-app-version=\fI\fR Application version used in User-Agent; default is none .TP \fB\-\-user-agent=\fI\fR Override the User-Agent header Qt would set .TP \fB\-\-javascript=\fI\fR JavaScript execution (default: on) .TP \fB\-\-java=\fI\fR Java execution (default: unknown) .TP \fB\-\-plugins=\fI\fR Plugin execution (default: unknown) .TP \fB\-\-private-browsing=\fI\fR Private browsing (default: unknown) .TP \fB\-\-auto-load-images=\fI\fR Automatic image loading (default: on) .TP \fB\-\-js-can-open-windows=\fI\fR Script can open windows? (default: unknown) .TP \fB\-\-js-can-access-clipboard=\fI\fR Script clipboard privs (default: unknown) .TP \fB\-\-print-backgrounds=\fI\fR Backgrounds in PDF/PS output (default: off) .TP \fB\-\-zoom-factor=\fI\fR Page zoom factor (default: no zooming) .TP \fB\-\-zoom-text-only=\fI\fR Whether to zoom only the text (default: off) .TP \fB\-\-http-proxy=\fI\fR Address for HTTP proxy server (default: none) .SH AUTHOR CutyCapt was written by Björn Höhrmann . .PP This manual page was written by David Paleino , for the Debian project (and may be used by others), and is licensed under the GNU General Public License, version 2 or later.