// $MAXcodeWidth = $v['x'] + $v['b'];
// }
// }
- $this->ezSetY( 130 );
- // $this->ezText( $barcode, $this->pdf_font_size, array( 'aright' => 335, 'justification' => 'right' ) );
- $barCode = array(
- array( 'content' => $barcode ),
- );
- $this->ezTable(
- $barCode,
- array( 'content' => 'barcode' ),
- '',
- array(
- 'fontSize' => $this->pdf_font_size,
- 'showHeadings' => 0,
- 'showLines' => 0,
- 'width' => 250,
- 'xPos' => 300,
- 'xOrientation' => 'right',
- 'cols' => array(
- 'content' => array( 'width' => 250 )
- ),
- )
- );
+ // $this->ezSetY( 130 );
+ $this->ezSetY( 150 );
$this->ezText( '', $this->pdf_font_size );
+ // $this->ezText( $barcode, $this->pdf_font_size, array( 'aright' => 335, 'justification' => 'right' ) );
+ // $barCode = array(
+ // array( 'content' => $barcode ),
+ // );
+ // $this->ezTable(
+ // $barCode,
+ // array( 'content' => 'barcode' ),
+ // '',
+ // array(
+ // 'fontSize' => $this->pdf_font_size,
+ // 'showHeadings' => 0,
+ // 'showLines' => 0,
+ // 'width' => 250,
+ // 'xPos' => 300,
+ // 'xOrientation' => 'right',
+ // 'cols' => array(
+ // 'content' => array( 'width' => 250 )
+ // ),
+ // )
+ // );
+ // $this->ezText( '', $this->pdf_font_size );
$paymentForm1 = array(
array( 'header' => '<b>Please Pay:</b>', 'value' => '$'.$invoice['balance'] ),
);