/home/edulekha/crm.edulekha.com/application/views/themes/perfex/views/contractpdf.php
<?php

defined('BASEPATH') or exit('No direct script access allowed');

// Theese lines should aways at the end of the document left side. Dont indent these lines
$html = <<<EOF
    <div style="width:680px !important;">
    {$contract->content}
    </div>
    EOF;
$pdf->writeHTML($html, true, false, true, false, '');