<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.wkhtmltox-pdf-converter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'wkhtmltox-pdf-converter.construct.php',
    1 => 'wkhtmltox\\PDF\\Converter::__construct',
    2 => 'Create a new PDF converter',
  ),
  'up' => 
  array (
    0 => 'class.wkhtmltox-pdf-converter.php',
    1 => 'wkhtmltox\\PDF\\Converter',
  ),
  'prev' => 
  array (
    0 => 'wkhtmltox-pdf-converter.add.php',
    1 => 'wkhtmltox\\PDF\\Converter::add',
  ),
  'next' => 
  array (
    0 => 'wkhtmltox-pdf-converter.convert.php',
    1 => 'wkhtmltox\\PDF\\Converter::convert',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/wkhtmltox/wkhtmltox/pdf/converter/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="wkhtmltox-pdf-converter.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">wkhtmltox\PDF\Converter::__construct</h1>
  <p class="verinfo">(wkhtmltox &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">wkhtmltox\PDF\Converter::__construct</span> &mdash; <span class="dc-title">Create a new PDF converter</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-wkhtmltox-pdf-converter.construct-description">
  <h3 class="title">Açıklama</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>wkhtmltox\PDF\Converter::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$settings</code><span class="initializer"> = ?</span></span>)</div>

  <p class="para rdfs-comment">
  Creates a PDF converter, using optional configuration settings
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-wkhtmltox-pdf-converter.construct-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">settings</code></dt>
    <dd>
     <p class="para">
      <table class="doctable table">
       
       
        <thead>
         <tr>
          <th>Name</th>
          <th>Description</th>
          <th>Values</th>
          <th>Changelog</th>
         </tr>

        </thead>

        <tbody class="tbody">
         <tr>
          <td>size.pageSize</td>
          <td>paper size of output document</td>
          <td>A4</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>size.width</td>
          <td>with of the output document</td>
          <td>210mm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>size.height</td>
          <td>height of the output document</td>
          <td>297mm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>orientation</td>
          <td>orientation of the output document</td>
          <td>
           <table class="doctable table">
            
            
             <tbody class="tbody">
              <tr>
               <td>Landscape</td>
              </tr>

              <tr>
               <td>Portrait</td>
              </tr>

             </tbody>
            
           </table>

          </td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>colorMode</td>
          <td>color mode of the output document</td>
          <td>
           <table class="doctable table">
            
            
             <tbody class="tbody">
              <tr>
               <td>Color</td>
              </tr>

              <tr>
               <td>Greyscale</td>
              </tr>

             </tbody>
            
           </table>

          </td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>resolution</td>
          <td>resolution of the output document</td>
          <td>most likely has no effect</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>dpi</td>
          <td>dpi to use while printing</td>
          <td>80</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>pageOffset</td>
          <td>integer added to page numbers generating headers, footers, and toc</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>copies</td>
          <td class="empty">&nbsp;</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>collate</td>
          <td>collate copies</td>
          <td>boolean</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>outline</td>
          <td>generate PDF outline</td>
          <td>boolean</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>outlineDepth</td>
          <td>maximum depth of outline</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>dumpOutline</td>
          <td>path of file to dump outline XML</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>out</td>
          <td>path of output file, if &quot;-&quot; stdout is used</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>documentTitle</td>
          <td>title for the output document</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>useCompression</td>
          <td>enable or disable lossless compression</td>
          <td>boolean</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>margin.top</td>
          <td>size of the top margin</td>
          <td>2cm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>margin.bottom</td>
          <td>size of the bottom margin</td>
          <td>2cm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>margin.left</td>
          <td>size of the left margin</td>
          <td>2cm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>margin.right</td>
          <td>size of the right margin</td>
          <td>2cm</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>imageDPI</td>
          <td>maximum DPI for images in the output document</td>
          <td class="empty">&nbsp;</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
          <td>imageQuality</td>
          <td>the jpeg compression factor for images in the output document</td>
          <td>94</td>
          <td>&gt;= 0.1.0</td>
         </tr>

         <tr>
           <td>load.cookieJar</td>
           <td>path of file used to load and store cookies</td>
           <td>/tmp/cookies.txt</td>
           <td>&gt;= 0.1.0</td>
         </tr>

        </tbody>
       
      </table>

     </p>
    </dd>
   
  </dl>
 </div>


 



</div><?php manual_footer($setup); ?>