28 require_once(
'tcpdf_include.php');
35 $pdf->SetAuthor(
'Nicola Asuni');
36 $pdf->SetTitle(
'TCPDF Example 061');
37 $pdf->SetSubject(
'TCPDF Tutorial');
38 $pdf->SetKeywords(
'TCPDF, PDF, example, test, guide');
62 if (@file_exists(dirname(__FILE__).
'/lang/eng.php')) {
63 require_once(dirname(__FILE__).
'/lang/eng.php');
64 $pdf->setLanguageArray(
$l);
70 $pdf->SetFont(
'helvetica',
'', 10);
88 <!-- EXAMPLE OF CSS STYLE -->
94 text-decoration: underline;
98 font-family: helvetica;
106 color: rgb(00,63,127);
112 background-
color: #FFFFAA;
116 font-family: helvetica;
118 border-
left: 3px solid red;
119 border-right: 3px solid #FF00FF;
120 border-
top: 3px solid green;
121 border-bottom: 3px solid blue;
122 background-
color: #ccffcc;
125 border: 2px solid blue;
126 background-
color: #ffffee;
129 border: 2px dashed green;
133 background-
color: #FFFF66;
134 font-family: helvetica;
136 border-
style: solid solid solid solid;
137 border-width: 2px 2px 2px 2px;
138 border-
color: green #FF00FF blue red;
142 text-transform: lowercase;
145 text-transform: uppercase;
148 text-transform: capitalize;
152 <h1
class=
"title">Example
of <i
style=
"color:#990000">XHTML + CSS</i></h1>
154 <
p class=
"first">Example
of paragraph with
class selector. <span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.</span></p>
156 <p id=
"second">Example
of paragraph with ID selector. <span>Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi,
id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.</span></p>
158 <div
class=
"test">example
of DIV with border
and fill.
159 <br />Lorem ipsum dolor sit amet, consectetur adipiscing elit.
160 <br /><span
class=
"lowercase">text-transform <b>LOWERCASE</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
161 <br /><span
class=
"uppercase">text-transform <b>uppercase</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
162 <br /><span
class=
"capitalize">text-transform <b>cAPITALIZE</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
167 <table
class=
"first" cellpadding=
"4" cellspacing=
"6">
169 <td width=
"30" align=
"center"><b>No.</b></td>
170 <td width=
"140" align=
"center" bgcolor=
"#FFFF00"><b>XXXX</b></td>
171 <td width=
"140" align=
"center"><b>XXXX</b></td>
172 <td width=
"80" align=
"center"> <b>XXXX</b></td>
173 <td width=
"80" align=
"center"><b>XXXX</b></td>
174 <td width=
"45" align=
"center"><b>XXXX</b></td>
177 <td width=
"30" align=
"center">1.</td>
178 <td width=
"140" rowspan=
"6" class=
"second">XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX</td>
179 <td width=
"140">XXXX<br />XXXX</td>
180 <td width=
"80">XXXX<br />XXXX</td>
181 <td width=
"80">XXXX</td>
182 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
185 <td width=
"30" align=
"center" rowspan=
"3">2.</td>
186 <td width=
"140" rowspan=
"3">XXXX<br />XXXX</td>
187 <td width=
"80">XXXX<br />XXXX</td>
188 <td width=
"80">XXXX<br />XXXX</td>
189 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
192 <td width=
"80">XXXX<br />XXXX<br />XXXX<br />XXXX</td>
193 <td width=
"80">XXXX<br />XXXX</td>
194 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
197 <td width=
"80" rowspan=
"2" >XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX<br />XXXX</td>
198 <td width=
"80">XXXX<br />XXXX</td>
199 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
202 <td width=
"30" align=
"center">3.</td>
203 <td width=
"140">XXXX<br />XXXX</td>
204 <td width=
"80">XXXX<br />XXXX</td>
205 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
207 <tr bgcolor=
"#FFFF80">
208 <td width=
"30" align=
"center">4.</td>
209 <td width=
"140" bgcolor=
"#00CC00" color=
"#FFFF00">XXXX<br />XXXX</td>
210 <td width=
"80">XXXX<br />XXXX</td>
211 <td width=
"80">XXXX<br />XXXX</td>
212 <td align=
"center" width=
"45">XXXX<br />XXXX</td>
218 $pdf->writeHTML(
$html,
true,
false,
true,
false,
'');
226 <h1>HTML TIPS & TRICKS</h1> 228 <h3>REMOVE CELL PADDING</h3> 229 <pre>$pdf->SetCellPadding(0);</pre> 230 This is used to remove any additional vertical space inside a single cell of text. 232 <h3>REMOVE TAG TOP AND BOTTOM MARGINS</h3> 233 <pre>$tagvs = array(\'p\' => array(0 => array(\'h\' => 0, \'n\' => 0), 1 => array(\'h\' => 0, \'n\' => 0))); 234 $pdf->setHtmlVSpace($tagvs);</pre> 235 Since the CSS margin command is not yet implemented on TCPDF, you need to set the spacing of block tags using the following method. 237 <h3>SET LINE HEIGHT</h3> 238 <pre>$pdf->setCellHeightRatio(1.25);</pre> 239 You can use the following method to fine tune the line height (the number is a percentage relative to font height). 241 <h3>CHANGE THE PIXEL CONVERSION RATIO</h3> 242 <pre>$pdf->setImageScale(0.47);</pre> 243 This is used to adjust the conversion ratio between pixels and document units. Increase the value to get smaller objects.<br /> 244 Since you are using pixel unit, this method is important to set theright zoom factor.<br /><br /> 245 Suppose that you want to print a web page larger 1024 pixels to fill all the available page width.<br /> 246 An A4 page is larger 210mm equivalent to 8.268 inches, if you subtract 13mm (0.512") of margins for each side, the remaining space is 184mm (7.244 inches).<br /> 247 The default resolution for a PDF document is 300 DPI (dots per inch), so you have 7.244 * 300 = 2173.2 dots (this is the maximum number of points you can print at 300 DPI for the given width).<br /> 248 The conversion ratio is approximatively 1024 / 2173.2 = 0.47 px/dots<br /> 249 If the web page is larger 1280 pixels, on the same A4 page the conversion ratio to use is 1280 / 2173.2 = 0.59 pixels/dots';
252 $pdf->writeHTML(
$html,
true,
false,
true,
false,
'');
260 $pdf->Output(
'example_061.pdf',
'I');
const PDF_MARGIN_BOTTOM
Bottom margin.
const PDF_MARGIN_LEFT
Left margin.
const PDF_MARGIN_HEADER
Header margin.
const PDF_HEADER_STRING
Header description string.
const PDF_FONT_SIZE_MAIN
Default main font size.
const PDF_FONT_SIZE_DATA
Default data font size.
if(PHP_SAPI !='cli') color
const PDF_FONT_NAME_MAIN
Default main font name.
PHP class for generating PDF documents without requiring external extensions.
const PDF_HEADER_LOGO_WIDTH
Header logo image width in user units.
const PDF_HEADER_LOGO
Deafult image logo used be the default Header() method.
const PDF_UNIT
Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].
const PDF_IMAGE_SCALE_RATIO
Ratio used to adjust the conversion of pixels to user units.
const PDF_PAGE_ORIENTATION
Page orientation (P=portrait, L=landscape).
const PDF_MARGIN_RIGHT
Right margin.
const PDF_HEADER_TITLE
Header title.
const PDF_FONT_NAME_DATA
Default data font name.
const PDF_CREATOR
Document creator.
const PDF_PAGE_FORMAT
Page format.
const PDF_FONT_MONOSPACED
Default monospaced font name.
const PDF_MARGIN_TOP
Top margin.
const PDF_MARGIN_FOOTER
Footer margin.
const EOF
How fgetc() reports an End Of File.