=========================== mPDF 5.4 14/02/2012 =========================== Files changed ------------- mpdf.php config.php compress.php classes/ttfontsuni.php classes/barcode.php classes/indic.php classes/svg.php examples/show_code.php ----- SECURITY RISK** examples/example49_changelog.php examples/example57_new_mPDF_v5-3_active_forms_b (replace example57_new_mPDF_v5-3_active_forms) includes/out.php mpdfi/fpdi_pdf_parser.php Files added ----------- classes/bmp.php classes/directw.php classes/form.php classes/grad.php classes/tocontents.php classes/wmf.php examples/example58_new_mPDF_v5-4_features config.php changes ------------------ Edited: $this->allowedCSStags, $this->innerblocktags, $this->defaultCSS; (CAPTION added in each case) Moved: Numerous $form_.. variables are now in /classes/form.php New config variables -------------------- $this->bookmarkStyles = array(); $this->cacheTables = true; New methods ----------- function CircularText() function SetVisibility() New/Extended CSS ---------------- box-shadow (block elements - does NOT support "inset") text-shadow (all text elements - does NOT support "blur") visibility: visible|hidden|printonly|screenonly (block-level elements and images IMG only) text-transform: capitalize|uppercase|lowercase (extended to support TD/TH) tr|td|th:nth-child(odd|even|2n+1) color, strikethrough, underline and background-color (extended to support rotated TD/TH) underline and strike-through (extended to support TD/TH) underline (line colour) (extended to work correctly in watermark) page-break-after: left|right|always (block elements and tables) NB respects $mpdf->restoreBlockPagebreaks = true; i.e. will make pagebreak act like formfeed background[-color]: extended to support rgba|cmyka|cmyk|hsla|hsl|spot border(extended to support inline elements) New HTML --------
£{colsum2} | will give you £123.40 The width of the column will be calculated using the actual string {colsum} as a placeholder. If you need the column to be wider, use underscores "_" to pad it e.g. {colsum2_____} Spread tables ------------- i.e. can split table (columns) across several pages width. CSS