<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.utilspec.nontext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'book.wkhtmltox.php',
    1 => 'wkhtmltox',
    2 => 'wkhtmltox',
  ),
  'up' => 
  array (
    0 => 'refs.utilspec.nontext.php',
    1 => 'Output MIME non testuale',
  ),
  'prev' => 
  array (
    0 => 'function.gnupg-verify.php',
    1 => 'gnupg_verify',
  ),
  'next' => 
  array (
    0 => 'wkhtmltox.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/wkhtmltox/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.wkhtmltox.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.wkhtmltox" class="book">
 
 
 <h1 class="title">wkhtmltox</h1>
 

 <div id="intro.wkhtmltox" class="preface">
  <h1 class="title">Introduzione</h1>
  <p class="para">
  libwkhtmltox is an open source LGPLv3 library for rendering HTML into PDF and various image formats 
  using the QtWebKit rendering engine.
  </p>
 </div>

 







 






 







 






<ul class="chunklist chunklist_book"><li><a href="wkhtmltox.setup.php">Installazione/Configurazione</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="wkhtmltox.requirements.php">Requisiti</a></li><li><a href="wkhtmltox.installation.php">Installazione</a></li><li><a href="wkhtmltox.configuration.php">Configurazione di Runtime</a></li></ul></li><li><a href="class.wkhtmltox-pdf-converter.php">wkhtmltox\PDF\Converter</a> — The wkhtmltox\PDF\Converter class<ul class="chunklist chunklist_book chunklist_children"><li><a href="wkhtmltox-pdf-converter.add.php">wkhtmltox\PDF\Converter::add</a> — Add an object for conversion</li><li><a href="wkhtmltox-pdf-converter.construct.php">wkhtmltox\PDF\Converter::__construct</a> — Create a new PDF converter</li><li><a href="wkhtmltox-pdf-converter.convert.php">wkhtmltox\PDF\Converter::convert</a> — Perform PDF conversion</li><li><a href="wkhtmltox-pdf-converter.getversion.php">wkhtmltox\PDF\Converter::getVersion</a> — Determine version of Converter</li></ul></li><li><a href="class.wkhtmltox-pdf-object.php">wkhtmltox\PDF\Object</a> — The wkhtmltox\PDF\Object class<ul class="chunklist chunklist_book chunklist_children"><li><a href="wkhtmltox-pdf-object.construct.php">wkhtmltox\PDF\Object::__construct</a> — Create a new PDF Object</li></ul></li><li><a href="class.wkhtmltox-image-converter.php">wkhtmltox\Image\Converter</a> — The wkhtmltox\Image\Converter class<ul class="chunklist chunklist_book chunklist_children"><li><a href="wkhtmltox-image-converter.construct.php">wkhtmltox\Image\Converter::__construct</a> — Create a new Image converter</li><li><a href="wkhtmltox-image-converter.convert.php">wkhtmltox\Image\Converter::convert</a> — Perform Image conversion</li><li><a href="wkhtmltox-image-converter.getversion.php">wkhtmltox\Image\Converter::getVersion</a> — Determine version of Converter</li></ul></li></ul></div><?php manual_footer($setup); ?>