Scroll to navigation

CUTYCAPT(1) General Commands Manual CUTYCAPT(1)

NAME

cutycapt - utility to capture WebKit's rendering of a web page

SYNOPSIS

cutycapt [options] --url=http://www.someurl.com --out=output.png

DESCRIPTION

This manual page documents briefly the cutycapt command.

CutyCapt 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.

OPTIONS

A summary of options is included below.

Show summary of options.
The URL to capture (http:...|file:...|...)
The target file (.png|pdf|ps|svg|jpeg|...)
Like extension in --out, overrides heuristic
Minimal width for the image (default: 800)
Minimal height for the image (default: 600)
Don't wait more than (default: 90000, infinite: 0)
After successful load, wait (default: 0)
Location of user style sheet file, if any
User style rules specified as text
Request header; repeatable; some can't be set
Specifies the request method (default: get)
Unencoded request body (default: none)
Base64-encoded request body (default: none)
Application name used in User-Agent; default is none
Application version used in User-Agent; default is none
Override the User-Agent header Qt would set
JavaScript execution (default: on)
Java execution (default: unknown)
Plugin execution (default: unknown)
Private browsing (default: unknown)
Automatic image loading (default: on)
Script can open windows? (default: unknown)
Script clipboard privs (default: unknown)
Backgrounds in PDF/PS output (default: off)
Page zoom factor (default: no zooming)
Whether to zoom only the text (default: off)
Address for HTTP proxy server (default: none)

AUTHOR

CutyCapt was written by Björn Höhrmann <bjoern@hoehrmann.de>.

This manual page was written by David Paleino <dapal@debian.org>, for the Debian project (and may be used by others), and is licensed under the GNU General Public License, version 2 or later.

June 28, 2010