wkhtmltopdf

Langue: en

Autres versions - même langue

Version: 2009 February 23 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

wkhtmltopdf - convert webpages to pdf

SYNOPSIS

wkhtmltopdf [OPTIONS]... <input file> [More inputfiles] <output file>

DESCRIPTION

Converts one or more htmlpage to a pdf document.

OPTIONS

-n, --disable-javascript
Do not allow webpages to run javascript.
-d, --dpi <dpi>
Change the dpi explicitly.
-g, --grayscale
PDF will be generated in grayscale.
-h, --help
Display help.
-l, --lowquality
Generates lower quality pdf/ps. Useful to shrink the result document space.
-B, --margin-bottom <unitread>
Set the page bottom margin (default 10mm).
-L, --margin-left <unitread>
Set the page left margin (default 10mm).
-R, --margin-right <unitread>
Set the page right margin (default 10mm).
-T, --margin-top <unitread>
Set the page top margin (default 10mm).
--no-background
Do not print background.
-O, --orientation <orientation>
Set orientation to Landscape or Portrait.
-s, --page-size <size>
Set pape size to: A4, Letter, ect..
-p, --proxy <proxy>
Use a proxy.
-q, --quit
Be less verbose.
--redirect-delay <msec>
Wait some miliseconds for js-redirects (default 200).
--user-style-sheet <url>
Specify a user style sheet, to load with every page.
-V, --version
Output version information an exit.

PROXY

By default proxy information will be read from the environment

variables: proxy, all_proxy and http_proxy, proxy options can

also by specified with the -p switch

<type> := "http://" | "socks5://"

<userinfo> := <username> (":" <password>)? "@"

<proxy> := "None" | <type>? <userinfo>? <host> (":" <port>)?

BUGS

Report bugs to <antialize@gmail.com>.

AUTHORS

wkhtmltopdf was written by Jakob Truelsen. Patches by Mário Silva and Emmanuel Bouthenot

COPYING

Copyright (C) 2008,2009 Jakob Truelsen,

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and no Back-Cover Texts. This document is part of a collection distributed under the GNU Free Documentation License. If you want to distribute this document separately from the collection, you can do so by adding a copy of the license to the document, as described in section 6 of the license. A copy of the license is included in the gfdl(1) man page.