mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-26 14:26:28 +00:00
5.9.078
This commit is contained in:
parent
02bed5771f
commit
ef5d1afb8a
@ -2,7 +2,7 @@
|
|||||||
- Bug item #3300878 "wrong rendering for html bullet list in some case" was fixed.
|
- Bug item #3300878 "wrong rendering for html bullet list in some case" was fixed.
|
||||||
- Bug item #3301017 "Emphasized vs. font-weight" was fixed.
|
- Bug item #3301017 "Emphasized vs. font-weight" was fixed.
|
||||||
- Barcode Code 128 was improved to include AUTO mode (automatically switch between A, B and C modes).
|
- Barcode Code 128 was improved to include AUTO mode (automatically switch between A, B and C modes).
|
||||||
- Example n. 27 was updated.
|
- Examples n. 27 and 49 were updated.
|
||||||
|
|
||||||
5.9.077 (2011-05-07)
|
5.9.077 (2011-05-07)
|
||||||
- Bug item #3298591 "error code93" was fixed.
|
- Bug item #3298591 "error code93" was fixed.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//============================================================+
|
//============================================================+
|
||||||
// File name : example_049.php
|
// File name : example_049.php
|
||||||
// Begin : 2009-04-03
|
// Begin : 2009-04-03
|
||||||
// Last Update : 2010-08-08
|
// Last Update : 2011-05-12
|
||||||
//
|
//
|
||||||
// Description : Example 049 for TCPDF class
|
// Description : Example 049 for TCPDF class
|
||||||
// WriteHTML with TCPDF callback functions
|
// WriteHTML with TCPDF callback functions
|
||||||
@ -96,7 +96,7 @@ You can disable this tag by setting to false the <b>K_TCPDF_CALLS_IN_HTML</b> co
|
|||||||
$params = $pdf->serializeTCPDFtagParameters(array('CODE 39', 'C39', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N'));
|
$params = $pdf->serializeTCPDFtagParameters(array('CODE 39', 'C39', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N'));
|
||||||
$html .= '<tcpdf method="write1DBarcode" params="'.$params.'" />';
|
$html .= '<tcpdf method="write1DBarcode" params="'.$params.'" />';
|
||||||
|
|
||||||
$params = $pdf->serializeTCPDFtagParameters(array('CODE 128C+', 'C128C', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N'));
|
$params = $pdf->serializeTCPDFtagParameters(array('CODE 128', 'C128', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N'));
|
||||||
$html .= '<tcpdf method="write1DBarcode" params="'.$params.'" />';
|
$html .= '<tcpdf method="write1DBarcode" params="'.$params.'" />';
|
||||||
|
|
||||||
$html .= '<tcpdf method="AddPage" /><h2>Graphic Functions</h2>';
|
$html .= '<tcpdf method="AddPage" /><h2>Graphic Functions</h2>';
|
||||||
|
Loading…
Reference in New Issue
Block a user