=========================== mPDF v4.3 (28/02/2010) =========================== NEW FEATURES ------------ - Page (sheet) size can be reset within document (http://mpdf1.com/manual/index.php?tid=436) [4.2.024, 4.2.025] - PDF/A1-b compliant files (http://mpdf1.com/manual/index.php?tid=420) - Improve performance using simpleTables (http://mpdf1.com/manual/index.php?tid=430) - mPDFI incorporated into main mPDF class (http://mpdf1.com/manual/index.php?tid=432) - added as custom HTML tag: inserts dots to the following text, which is right-aligned [4.2.031] See Example files 38 and 39 for PDFA compliant file and BACKWARD COMPATIBILITY ---------------------- All changes are backwards compatible except the use of mPDFI. You will need to make minor changes to your scripts. See the manual http://mpdf1.com/manual/index.php?tid=432 for details. BUG FIXES --------- - When using Table of Contents and not resetting page numbers: HTML headers/footers showed incorrect page number [4.2.020] - Table of Contents: last page not printing page background-color [4.2.023] - Image file with space " " in the file name failing [4.2.016] - Image file path unnecessarily resolved to full URI - changed to use relative path if possible [4.2.029] - Table - not calculating height of cell correctly [4.2.015, 4.2.012, 4.2.011, 4.2.009] - Table row breaking after/during cell when image in cell taller than font-height [4.2.008] - When Table row(cell) greater height than the page-height but requiring resizing greater than allowed by autosize - not resizing [4.2.005] - Table cell border not resized correctly [4.2.002] - Table row with a background-color, paints the whole row, including the spaces between cells [4.2.028] - Background-image in HTMLFooter not correctly setting 0,0 origin [4.2.014] - Background-image set as an in-line style not working [4.2.013] - Background-image set in CSS @page or was being constrained to less than page size [4.2.032] - Imported Templates overwriting Headers (with images or gradients) [4.2.004] - When using imports/templates, HTML header with background-image causing page to disappear [4.2.001] - block-style element breaking over more than 2 pages incorrectly adjusting L/R margins [4.2.022] - CSS @page property "size" set on :left :right or :first pseudo-selectors - disabled [4.2.022] - Annotations default colour incorrectly set in PDF as [100 100 0] corrected to [1 1 0] (seemed to work ok?) [4.2.026] - Overwrite() now parses input file more tolerantly recognising more source files [4.2.030] Changed files ------------- mpdf.php compress.php config.php classes/t1asm.php includes/functions.php mpdfi/fpdi_pdf_parser.php Added files/folder: /mpdfi/filters/*.* Added file/folder: /iccprofiles/sRGB_IEC61966-2-1.icc mpdfi/mpdfi.php (no longer required) New Configuration variables --------------------------- [config.php] $this->enableImports $this->simpleTables $this->PDFA $this->ICCProfile $this->PDFAauto Minor changes ------------- Increased PDF file compatibility with spec 1.4 - PDF version changed to 1.4 - A binary file marker (a comment line with 4 characters > 127 ASCII) is added just after the first line - %%EOF no longer has line break after it [4.2.010] - /ID object is added to trailer object when not encrypted [4.2.010] When using progress bars, one of the JS scripts is now referenced as an external file to allow it to be cached by user's browser and improve performance for end-user [4.2.007] Importing external PDF files: LZW encoded PDF files are now supported When adding an annotation, the popup window can be set be either open or closed when the document is opened [4.2.027] - size and position of the popup can also be specified =========================== mPDF v4.2 (27/01/2010) =========================== NEW FEATURES ------------ - image handling improved - table layout - additional control over resizing - vertical-alignment of images - better support for all CSS types - top and bottom margins collapse between block elements - improved support for CSS line-height - display progress bar whilst generating file - CSS @page selector can be specified when adding a pagebreak - CSS @page selector allows different margins, backgrounds, headers/footers on :first :left and :right pages - PNG images with alpha channel fully supported - ability to generate italic and bold font variants from base font file - CJK fonts to embed as subsets - "double" border on block elements - character substitution for missing characters in UTF-8 fonts - direct passing of dynamically produced image data - background-gradient and background-image can now co-exist Bug fixes --------- - empty variable (undefined var, false, null, array() etc.) sent to WriteHTML produced error message "Invalid UTF-8" - CJK in tables when not using CJK (utf-8-s) autosized very small as characters did not word-wrap - parsing stylesheets: background image not recognised if containbed uppercase characters in file name - "double" border on table used white between the lines instead of current background colour - $this->shrink_tables_to_fit = 0 or false caused fatal errors - background color or images not printing correctly when breaking across pages - background not printed for List inside a block element - columns starting near end of page with no room for a line triggering column change (resulting in text misplaced) not page break - table cell not calculating cell height correctly when "orphan" characters (;:,.?! etc.) at end of line - table breaking page in column 2 when col 1 is rowspan'ned - margin-collapse at top of page not working if bookmark/annotation/indexentry/toc - column break triggered by HR triggering a second column break - an empty 'position:fixed' element with no/auto width or height caused fatal error - mPDFI: template documents were overwriting HTML headers - mPDFI: function Overwrite (to change text in existing PDF) - fatal error if using with encrypted file Bug - not fixed - WriteHTML('',2) with '2' parameter not recognising 'margin-collapse:collapse' for DIVs or 'line-height' set in default CSS 'BODY' New or Updated Files -------------------- mpdf.php compress.php config.php config_cp.php config_fonts.php mpdf.css classes/gif.php classes/indic.php includes/subs_core.php mpdfi/mpdfi.php unifont/ar_k_001.uni2gn.php All files in new folder: /progress/*.* NEW FOLDER /tmp/ required with read/write permissions - used for temporary image files or progress bars =========================== mPDF v4.1.1 (21/12/2009) =========================== Error corrected in /makefont/makefonts.php file (moved completed Unicode files to font folder instead of unifont) =========================== mPDF v4.1 (20/12/2009) =========================== MySQL support for embedded font subsets abandoned, and replaced with file-based. Files no longer required ------------------------ config_db.php /unifont/RUNME.php /unifont/*.ufm and /unifont/*.t1a font files MySQL Database no longer required Files Updated ------------- mpdf.php /classes/t1asm.php /makefont/makefonts.php New files --------- /unifont/*.dat and /unifont/*.dat.php font files Bug-fixes --------- - Image - If automatically resizing to fit maximum page size incorrectly subtracted margin-header - Annotation and textarea in same HTML chunk causes mPDF to crash (preg_replace textarea with /u modifier in AdjustHTML) - set_magic_quotes_runtime error ($mgr not $mqr) - Table align did not reverse when using RTL document Alteration: Image - if writing Image in fixedpos div position:absolute - to allow Image to be resized to full page size =========================== mPDF v4.0 (17/12/2009) =========================== Major additions --------------- - Ability to embed font subsets (creating much smaller files) - Much improved support for Arabic languages - Support for Indic languages including consonant conjuncts - Support for Fixed position block elements - New utility to help create your own fonts - PNG alpha channel transparency supported - New utility to create smaller mpdf script with reduced functionality (less memory) - Multiple Barcode types supported ********************************************************************************************** * For more details see the documentation manual: http://mpdf1.com/manual/index.php?tid=410 * ********************************************************************************************** Bug fixes (parsing CSS) ----------------------- - 1 space between words - #Content p em { font-style:italic; } was applied to "#Content p" - @import url() embedded in a stylesheet file requires path fixed relative to stylesheet file - background-image url() embedded in a stylesheet file requires path fixed relative to stylesheet file - comment tags inside CSS works; is removed Bug fixes (other) ----------------- - clear (CSS property for floating elements) caused properties for that element to reset to defaults - width: auto caused collapse of border and padding on L & R of ordinary block elements - text-indent not inherited correctly (including em and % values) - named colour "steelblue" corrected RRGGBB hex code - table cell widths in %: if width of table cells set to >=100%, and not all columns are set This was fixed in 3.2 but led to problem where 2 cols: 1) 80% and 2) not set (see Table sizing test) Now fixed again to work for both(?) - parse PNG error fixed - bachground-image not correctly positioned in HTMLFooter and HTMLHeader (Not fixed properly in 3.2!) - fonts not supported with 0-9 in the name - font list in GetCodepage() in htmltoolkit.php (now config_cp.php) containing space " " not recognised - list number positioning - list font size set in CSS for UL/OL not working for first level list - table width (real value, not %) not working in nested table - GIF file failed if PDF file not compressed - list-style-type incorrectly inherited - line-height inheritance in lists - SetColumns added a new line - not required if at start of document/page - footer_line_spacing did not work - table cellPadding="" overwrote cell padding set on cell CSS - could not turn off Default non-HTML foter LINE - border specified as "em" - default values set in mpdf.css overriden by inherited properties e.g.

Here

lost font-size for H1 =========================== mPDF v3.2 (25/10/2009) =========================== Bug fixes --------- - Table cell widths in %: if width of table cells set to >=100%, and not all columns are set -> froze, because tries to produce a column of no width - Ouput download file changed to allow compatability with IE6 (http://mpdf.bpm1.com/forum/comments.php?DiscussionID=120&page=1#Item_4) - Image error if relative path used on domain root (e.g. img src="image.png" and basepath is http://www.yourdomain.com) [attempted fix in 3.1 not working] - Table: if font changed in cell, font was not retoring properly afterwards causing errors (restoreInlineProperties()) - Lists: list items containing
, font not restoring after bullet - Graceful support for block elements inside list items e.g.
  • ... (not supported, but tolerated) - Index: Created dividing letters separately for Uppercase and lowercase - Incorrectly changing input character set when encountering e.g. charset=iso-8859-1 in the text of the document - Changed so only detects it if within ... - If Keep-with-table (i.e. H1-6 before table and use_kwt true), if pagebreak forced anyway, borders did not print on previous page - Background-image used in HTML footer not appearing (correctly) - RTL tables: nested tables will not automatically transpose L->R - "Keep heading with table" - changed to allow

    not just

    - "Keep heading with table" - backgrounds (bgcolor, image or gradient) incorrectly handled - now removed - Rotated table spread over more than 1 page caused enclosing block background colours to be be rotated along with table - CSS text-indent % now correctly suported (% of containing block width) - CSS width em on a block element e.g. DIV now correctly suported - calculating _tableheight, if remainingpage==0, get error (div by zero) - Table moved to next page with page-break-inside=avoid, produced an enlarged table (font) - RTL text-align override on BODY text was not working consistently - Arab characters: Character ه (HEH) appearing in Final presentation form instead of Isolated - Vertical position of background-image on whole page incorrect - SetProtection can now be used with no permissions set (was not working unless at least one permission set) Developers ---------- Some more undefined indexes and variables declared (courtesy of DSmart http://mpdf.bpm1.com/forum/comments.php?DiscussionID=117&page=1#Item_0 ) Comment lines removed for < v3.0 to tidy up code Enhancements ------------ CSS style height now partially supported on block elements DIV, P, H1 etc. --IF-- - block is all on one page - will extend the block but not shorten it - will not force a pagebreak (max. at bottom of page) - % is interpreted as % of printable page height (inside margins) now supported (placed at start as in HTML spec) displays at end of table, and repeats as a footer Background-image and background-gradient now supported in TD and TH (works in all cases except: background-image is not rotated or positioned correctly if table is rotated) NB Background images and background-gradients do not work if Columns are being used, or if $use_kwt is TRUE (keep-with-table), or if page-break-inside:avoid is active. Updated files ------------- mpdf.php htmltoolkit.php =========================== mPDF v3.1 (30/08/2009) =========================== Bug fixes --------- - Image error if relative path used on domain root (e.g. img src="image.png" and basepath is http://www.yourdomain.com was giving http://www.yourdomain.com//image.png) [3.1] - Errors in parsing background CSS (background-repeat, background-position etc) [3.1] - Textarea did not corectly convert width or height in units relating to font e.g. em [3.0beta_01] - If page margin-bottom set to zero, SetHTMLfooter() crashes with "Division by zero" error [3.0beta_01] - Table with header row and rowspan in tbody, not calculating maxrowheightcorrectly - Prevent Index breaking column just after a dividing letter - Select or input form field when text around it is justified had text in the form field justified - TocBookMarkText needs to be htmlspecialchar-ed - decoded when entered inside - caused crash - DisplayPreferences used as a variable name and a function: function renamed to SetDisplayPreferences() - Image with src file not including a "." incorrectly parsed (e.g. http://www.domain.com/imagegenerator?params=23) New Features ------------ - var $debug (true|false) default false; show or hide error reporting at output stage [3.1] - var $autoPageBreak (true|false) default true; allows overriding of automatic page breaks [3.0beta_02] - HTML equivalent of CreateIndex() [was CreateReference()] - 2nd attribute/parameter "xref" in IndexEntry() and - works like IndexEntrySee() as cross-reference entry - function SetWatermarkText allows null parameters to be passed i.e. SetWatermarkText() - will clear the WatermarkText - - HTML equivalent of SetWatermarkText() - - HTML equivalent of SetWatermarkImage() Documentation ------------- See Manual at http://mpdf.bpm1.com/manual/ for more information - especially: - User's Guide>>What Else Can I Do?>>Backgrounds & Borders - User's Guide>>What Else Can I Do?>>Floating blocks Files updated: ------------- mpdf.php htmltoolkit.php graph.php Developers only --------------- mPDF<=3.1 generated a large number of warning "Notices" if run with full eror_reporting on, due to array indexes not being initiated e.g. $arr = array(); ... if ($arr['index'] == 5 ) {...} To prevent this, lines were added at the start of the mpdf.php script to turn error notices OFF. In a move towards making mPDF able to run with full error_reporting on, a large amount of the script has been altered e.g. the line above would be changed to: if (isset($arr['index'] && $arr['index'] == 5 ) {...} Although I have tested this with a number of examples, it is almost certainly not complete. Therefore the error_reporting for Notices is still turned off in mPDF 3.1 If you care to test it, please uncomment line 43 (//error_reporting(E_ALL);) and report any warning notices that you get. NB This has added about 40kB to the script size. =========================== mPDF v3.0beta (14/06/2009) =========================== New Features ------------ - CSS "float" partially supported (as well as clear:left|right|both) - CSS "background-image" "background-position" "background-repeat" "background-color" "background" supported for block-level elements - CSS background-color and background-image for element added: this covers the whole page i.e. not just inside the "margins" - CSS background-color and background-image can be defined for CSS @page{} - Background gradients (linear or radial) can be defined using a custom CSS style property - Border radius can be defined to give rounded edges to block elements (uses draft CSS3 spec.) - page number can be reset to any value during the document (in AddPage() etc.) - PNG images: Interlaced and alpha-channel-set PNG images now supported - internal links supported in Indexes (parameter added to CreateIndex()/CreateReference(): $useLinking=true;) - HTML Headers and footers now support hyperlinks - improved handling of
    , block elements, and text lines inside table - approximates better to browser handling - borders of block-level elements & table cell borders supported (partially) in columns - optional error reporting for problems with Images ($showImageErrors) - ToC will word-wrap long entries - internal links (Bookmarks, IndexEntry and ToCEntry) rewritten to give more accurate positioning (when used as ) - autofont algorithm improved for CJK languages - define text before and after page numbers ($pagenumPrefix; $pagenumSuffix; $nbpgPrefix; $nbpgSuffix;) - Additional color names supported - full list from SVG1.0 Bug fixes --------- - Column width not resetting after an automatic pagebreak, or after setting HTMLheader - using AutoFont unnecssarily changed htmlspecialchars to code causing errors - Lists inside a table - incorrectly calculating table cell height - CJK - 4-byte utf-8 chars not displaying properly (includes HKCS characters) - mailto: links incorrectly handled - TOCpagebreak() - usePaging default clarified: true unless specified as '', 0, '0' or false; (null ->true) - (as html tag) with no "name" defined, used at start of page, added a further blank page(s) - Lists - inaccurate calculation of space required for numbers in certain circumstances - Generated images (.php) only working if cURL enabled - (fixed, but rquires allow_url_fopen if remote file) - flag added to turn off error reporting when buffering used ($allow_output_buffering = false;) - RTL text in Bookmark, Title, Author, Creator, Keywords, and Subject was reversed - Adobe Reader 9 now correctly handles RTL text ( which Reader 8 did not) - TOC - if not using ODD/EVEN paging, did not add extra page and messed up - Rotated table which did not fit on remaining page resized to bigger than default - HR of width less than 100% - text continued on line after it - HR alignment not working (fixed so both CSS text-align and margin: 0 0 0 auto etc work) - HR in table did not correctly re-size when necessary - characters in symbols/zapfdingbats which in non-utf-8 mode are represented as chr(173) incorrectly handled as soft-hyphens (bug introduced 2.5 with soft-hyphens - affects symbols ↑ arrow-up and Zapfdingbats ② encircled 2) - Internal links (anchors) - Annotation/Bookmarks etc. incorrectly positioned when page orientation changed - ToC - when using multiple ToCs, internal links were not correctly adjusted - anchor (a name="") used inside a table was incorrectly positioned at the end of table - Tables: cell height calculated incorrectly when BR used - Table rotated with "page-break-inside:avoid" not kept on one page - Table rotated and split over > 1 page - vertical alignment inaccurate - Headers/Footers (non_html) when no style set caused errors - Table: breaking page when using rowspan error (line 17142) - ToC: If no indent defined in HTML tag or defined as 0 gave error Note ---- In mPDF 3.0 the following sections of code have been significantly rewritten: - painting of borders and background colours for block-elements - table of contents - Index - vertical justification in columns (uses scaling to stretch vertically) NB changed htmltoolkit AdjustHTML - does not now remove
    before Warning - may display differently in normal text as well as tables Files updated: ------------- mpdf.php htmltoolkit.php Developers only --------------- - Background-color handling in CSS changed so only inherited/cascaded when Columns active or Keep-block-together - otherwise would overwrite background image with inherited color - all %.2f used in sprintf() changed to %.3f in htmltoolkit.php and mpdf.php to increase accuracy of div border lines in columns etc. - variable $use_embeddedfonts_1252 renamed to $useOnlyCoreFonts as more precise: depracated but still supported. - this version included quite abit of tidying up/future-proofing some code: $var{0} changed to substr($var,0,1) etc. (due to go in PHP6) ereg_ changed to preg_ (depracated in PHP5.3) - (NB mainly in htmltoolkit.php) =========================== mPDF v2.5 (01/05/2009) =========================== New Features ------------ - Automatic Hyphenation added, and support for soft-hyphens - Encryption works now for CJK language documents - Improved text justification - Support for 'generated' images e.g. "../ontheflyimage.php" Bug fixes --------- - Tables: cell height did not reduce if font-size used was smaller than table default - Columns: if setcolumns() to the same number already active - did not print out last bit of previous columns - Page-break in the middle of a block caused incorrect margin and padding on next lines until end of block ($cMargin reset to 0 in AddPage) -
    in table cell was printing in incorrect position (bug introduced in mPDF 2.4) - Justification - if only one word on line, did not respect maximum character spacing - last character of line incorrectly had character spacing applied - Space at the end of last line of a Right Justify block - e.g. "end.

    " now correctly ignored -   incorrectly treated as a character when justifying text with word/char spacing - CJK punctuation (.,) added as 'orphans' to keep at end of line - PNG files - was still buggy reading larger PNG files (due to fread) Files updated: ------------- mpdf.php htmltoolkit.php CJKdata.php /patterns/.. (new files) Developers only --------------- Variables renamed as more accurate or appropriate: - var $isunicode renamed as $is_MB - var $usingembeddedfonts renamed as $usingCoreFont CJK changed to act internally as UTF-8 encoded - (NB CJK Half-widths not supported from 2.5+ i.e. big5-hw gb-hw) =========================== mPDF v2.4 (23/04/2009) =========================== Files updated ------------- mpdf.php htmltoolkit.php mpdfi/mpdfi.php New files --------- graph.php Graphs - Requires new folder: path_to_mpdf/graph_cache/ (must be writeable) New features ------------ Annotations improved so they appear as a pop-up Re-use Document Templates (cf. RestartDocTemplate() in manual) Limited support for CSS float property on an IMG element allowing text wrapping e.g. (cf. Images in manual) Utility function PreparePreText() allows output of a text file which may include
    Automatic generation of graphs from data in tables (requires integration with JPGraph) (cf. Graphs in manual)
    
    Other Changes
    -------------
    IMPORTANT - User rights removed as not working with newer version of Adobe Reader 9 (affects Active forms and ability for users to modify annotations)
    Corrects text alignment when using {nb} or {nbpg} in (non-HTML) headers/footers
    Sets default timezone if not already set (at top of mpdf.php) to prevent E_STRICT ERROR message
    Suppresses E_NOTICE error reporting (at top of mpdf.php)
    Error capture in Output() to avoid PDF header being sent when error messages generated
    A function str_ireplace added to htmltoolkit to allow PHP4 to function
    
    Bug fixes
    ---------
    WMF images incorrectly positioned when in-line
    PNG images > 8kB failed to load - (fix in 2.3 didn't work - fixed properly this time)
    Annotations containing a new line (\n) causing an error
    Evaluation of 
     text: "[TAB] " evaluated incorrect number of spaces to follow to align tabs, because < was calculated as 4 chars (<)
    
    
    
    ===========================
    mPDF v2.3  (22/03/2009)
    ===========================
    
    New Features
    ------------
    - Optionally detect language and when to use special fonts i.e. RTL (arabic), CJK (chinese), Thai (see SetAutoFont() etc.)
    - Supports HTML attribute "lang" in all tags and uses special fonts when required (see $useLang)
    - Joins Arabic and Farsi/Persian text into presentation forms
    - Import another PDF file and use as templates in your document (see UseTemplate() and mPDFI in the manual.)
    - Replace specified text strings in an existing PDF file (see OverWrite() etc.)
    - More than one Table of Contents can be used in a document (see tocpagebreak etc.)
    - Restore properties of open HTML block elements after a page break (variable $restoreBlockPagebreaks or new tag )
    -     can now accept characters <>'"& as htmlentities - htmlspecialchars(..., ENT_QUOTES)
    -  can now accept "\n" for new line
    - support for opacity (CSS3 property) for images
    - specify the number of spaces to substitute for TAB when parsing 
     tags
    - greater control over margins and display when changing page orientation during document (see $forcePortraitMargins and $displayDefaultOrientation)
    
    
    
    Bug fixes
    ---------
    Fonts in CSS - Not parsing font-family: Trebuchet MS; correctly as trebuchet
    Fonts in CSS - CSS font-family: [unknown]; setting first $available_unifont rather than ignoring
    Images - not displaying on IIS platform
    Images - .wmf not displaying if (allow_url_fopen) not set
    Table borders - in defaultCSS, 'MARGIN-COLLAPSE'=> collapase not quoted therefore not working
    Line-break inside table - printing a blank background across page rather than just going down a line
    Form fields inside tables - will now resize if the table is autosized (shrunk)
    
     containing a '<' was changed to '<'
    Tabs inside 
     were all changed to 8 spaces, not the remainder following a string
    Header on first page was inset by 1mm left and right ($cMarginL and $cMarginR not set to zero)
    Table nested inside a cell with colspan > 1 was incorrectly handled
    PNG file crashed (?incorrectly defined PNG file) [adapted _parsepng to account for unexpected]
    Table or Cell - if font-size not recognised, mPDF set font-size to zero
    Font-sizes - [xx-small|x-small|small|medium|large|x-large|xx-large] were not recognised in tables
    
    
    ===========================
    mPDF v2.2.1  (17/02/2009)
    ===========================
    Bug fix - (bug introduced in 2.2)
    Table - header row did not return to top of page when repeating across pages.
    
    
    ===========================
    mPDF v2.2  (15/02/2009)
    ===========================
    Updated files from mPDF 2.1
    mpdf.php
    htmltoolkit.php
    mpdf.css (new)
    ===========================
    New files from mPDF <2.0 (only required for EAN Barcodes)
    font/ocrb.xx (several)
    unifont/ocrb.xx (several)
    IMPORTANT - you need to make sure the ocrb font is added to the config.php file
     - add 'ocrb' to the end of 3 arrays: $this->available_fonts  $this->available_unifonts  and  $this->mono_fonts
    ===========================
    
    Summary of changes
    - external stylesheet file (mpdf.css) is used to configure default values ($useDefaultCSS2 and $defaultCSS2 are no longer used)
    - special comment tags to hide mPDF tags from browsers: 
    - AddColumn() function added (equivalent to )
    - annotations - pop-up messages the reader can move or delete (if you set permissions)
    - support for WMF images as well as GIF, JPG, PNG
    - watermark image can be set instead of, or as well as text
    - nested tables can include other content
    - improved control over table layout
    - margin: auto now supported for table and block elements
    
    A number of methods and variables have been renamed or reCapitalised for consistency.
    Changes should be backwards comaptible.
    All user methods start with a Capital, all user-defined variables start with lowercase.
    Affected:
    Reference() -> IndexEntry()
    CreateReference() -> CreateIndex()
    $TopicIsUnvalidated -> $showWatermark
    setUnvalidatedText() -> SetWatermarkText()
    
    PHP appears at present to be case-insensitive for function/method names
    All the following functions have been renamed in the script with a capital first letter:
    setUserRights()
    setBasePath()
    setAnchor2Bookmark()
    setHeader()
    setFooter()
    defHeaderByName()
    defFooterByName()
    setHeaderByName()
    setFooterByName()
    setHTMLHeader()
    setHTMLFooter()
    defHTMLHeaderByName()
    defHTMLFooterByName()
    setHTMLHeaderByName()
    setHTMLFooterByName()
    shaded_box()
    writeBarcode()
    
    Variable names changed to lowercase first letter:
    (Variables are case-sensitive therefore aliases have been set up)
    Anchor2Bookmark
    BiDirectional
    KeepColumns
    AliasNbPg
    AliasNbPgGp
    
    =========
    Bug fixes
    =========
    Columns - $keepColumns=true was incorrectly calculating the place to continue printing after 1 and half columns (of 3)
    Table cell height - incorrectly setting table cell height when cell contained a line of text of large size which wrapped to more than one line
    HR in Table cell - if table cell contains only HR (and column otherwise empty), HR was printed outside cell
    HR in Table cell - if table cell ended with a HR, height was one line too much
    Table page-break-inside:avoid - caused mPDF into permanent loop in some circumstances
    Paging - Total Pages/Group {nb} and {nbgp} didn't work in CJK
    CSS - Border size thin, medium and thick were only recognised in lowercase
    Table-header - rowspan not correctly output in THEAD
    Default CSS - table empty-cell:hide changed to show (CSS specification)
    
    ===========================
    mPDF v2.1  (24/01/2009)
    ===========================
    
    New Features in Version 2.1
    ---------------------------
    - CSS support improved generally (especially for cascading CSS, lists)
    - TableHeader changed to allow multiple rows in THEAD
    
    
    CSS changes
    -----------
    - display: none (block elements only - not lists or tables, nor HR)
    - width (TD/TH)
    - list-style-type (will also recognise the list-style-type from list-style) (OL/UL)
    	recognised values: disc|circle|square|decimal|lower-roman|upper-roman|lower-latin|upper-latin|lower-alpha|upper-alpha|none
    - CSS support for 
  • : font-family, font-size, font-style, font-weight, color, background-color, text-decoration, text-transform, and list-style-type (will also recognise the list-style-type from list-style) - table cell borders - CSS rules have been adapted slightly - if a coloured/black line conflicts with a white line, and is the same width, coloured/black will overwrite even if Bottom or Right Numbered Lists -------------- Variables set at the top of mpdf.php can be set to change: - text alignment of numbers in numbered lists (default Right) var $list_align_style = 'R'; - content to follow a numbered list marker e.g. '.' gives 1. or IV. whereas ')' gives 1) or a) var $list_number_suffix = '.'; (These can be altered at run time, but are not changeable through stylesheets or in-line style) Writing broken segments of HTML ------------------------------- 2 new parameters have been added to WriteHTML() function WriteHTML($html,$sub=0,$init=true,$close=true) { $close - Leaves buffers/variables etc. in current state, so that it can continue to write the HTML where it leaves off $init - Clears and resets buffers/variables (N.B. You must end with a WriteHTML that calls $close=true) Example: $mpdf->WriteHTML('

    This is the beginning...', 2, true, false); $mpdf->WriteHTML('...this is the middle...', 2, false, false); $mpdf->WriteHTML('...and this is the end

    ', 2, false, true); Rotated text in table cells --------------------------- NB This UPDATE will change expected output from previous versions****** Prior to v2.1 any cell set to rotate text anticlockwise was forced to vertical align = bottom. This has been changed so that it only overrides when the rotate angle is between 45 and 89 degrees: text rotated exactly 90 degrees will respect the set value for vertical-align. ========= Bug fixes ========= - List - list starting after "
    Then some text not in a block element
      " incorrectly output - Tables - if cell font-size set smaller than default for the table, does not shrink the cell height - Columns (tables) - columns breaking across rows e.g. in the middle of a table cell - Tables - if table width set to e.g. 100% but cols are less, was not making up to set width - Watermark - was not printing if using HTMLFooter - Lists - not aligning numbering correctly if different font sizes used for bullet & text etc. - Lists - indent of text did not correctly allow for Maximum number in
        list - Table does not always move correctly to a new page - Table cell incorrectly calculated height causing text to overflow cell when printed - Table borders in columns not being correctly handled (bug since 2.0 introduced a buffer to save the borders and print at the end of the table - fixed so does not use buffer if in columns - potentially does not deal with conflicting borders as well, but works in columns) - Table cell width if set as a percent was being downsized when autosizing table - Table CSS was buggy - improved - SetBasePath (when fetching remote website) - now handles string with query string on it e.g. http://www.domain.com/index.php?tid=42 - Table cells with Rotated text - text not positioned correctly - Page number totals not working in utf-8 mode ============================ Code efficiency improvements ============================ - BIG speed improvement (compared with 2.0) with tables (especially large tables) - considerable increase in speed if writing long HTML segments to mPDF - speed improvement for tables (may be very significant if some cells have a lot of text in them causing uneven column widths) NB To speed up program more, consider setting $mpdf->useSubstitutions=false; if you do not use any characters outside the codepage selected =============== Keep-with-table =============== (This was introduced in v2.0 but I forgot to document it) If you set $this->use_kwt = true; All H1-H6 elements will try to keep with a table that follows immediately afterwards - (this is done in htmltoolkit, by adding an attribute KEEP-WITH-TABLE) See Known Issues re: Using kwt inside a div with border/background (doesn't work) =========================== mPDF v2.0 (07/12/2008) =========================== Main New Features in Version 2.0 - nested tables are supported - supports both models of table border: separate and collapsed - improved parsing of CSS stylesheets, and better handling of styles throughout - additional recognised CSS styles - page orientation, size, and margins can be changed within the document, using PHP script or custom HTML - some limited support for @page CSS to define page-box areas, with crop/cross marks for printing - improved control over headers and footers (including HTML headers/footers) - improved presentation of Form elements including image-type input fields - generates an EAN barcode suitable for a book/printed publication - active forms can be generated - EXPERIMENTAL at present - change document permissions to allow the user to make annotations - EXPERIMENTAL at present NB Lines are commented in mPDF script as changes for mPDF 1.4 - this became v2.0 ========= UPGRADING ========= IMPORTANT - Before Upgrading: Please note that some of the changes will cause mPDF 2.0 to render the pages differently from earlier versions i.e. it is not totally backwards comaptible. Read the notes on Backward compatibility before deleting your original set-up. To upgrade from v<=1.3 to v2.0 you only need to copy and overwrite the following 2 files: mpdf.php htmltoolkit.php Plus (optionally) if you want to use the EAN Barcode function, you will also need: font/ocrb.xx (several) unifont/ocrb.xx (several) IMPORTANT - you need to make sure the ocrb font is added to the config.php file - add 'ocrb' to the end of 3 arrays: $this->available_fonts $this->available_unifonts and $this->mono_fonts ========== Bug Fixes ========== did not turn off columns - Fixed Margins as % - e.g. margin-right: 50% set from CSS incorrectly applied 50% of the fontsize (Fixed - adding parameter to fn. ConvertSize in htmltoolkit.php and in calls to that function) DIV Width - e.g. div style="width: 50% was not working (Fixed - fn.SetCSS and OpenTag()'DIV') CSS values as Zero - p { margin: 0; } did not work in stylesheet unless 0 had a unit Multiple Non-breaking spaces collapsed - e.g. "1     2" - was contracted to "1 2" (Fixed - fn.adjustHTML in htmltoolkit.php) Table cell too narrow causing incorrect printing - If two characters are too wide to print (only likely within a table cf. example tables - Periodic table) the first character was not printed, just a new line (Fixed in fn.WriteFlowingBlock) Font size by inline style for form elements