3
help me about css plz
is this correct? i want chang direction and text-align
$pdf_config['font']['content'] = array(
'family'=>'tahoma',
'text-align' =>'right' ,
'direction' => 'rtl' ,
'style'=>'',
'size'=>10
);
also for UTF-8 ( i use this charset for persian language)
what is the exact code?
where is $pdf_data ?
and about date format i want to know what function use for display date?
it seems it does not use "formatTimestamp" function as normal
am i right?
thanks for your attentions