Download HTML2PDF
| Version: | 3.31 / 4.01 |
| Publication date: | 2010-05-07 |
By downloading this file, you accept the fact that I cannot be held responsible for any data loss
or damage to your hardware resulting from the use of any of my programs.
Changelog
- v3.31 / 4.01
- correction sur la gestion des textes
- correction sur le parseur HTML
- correction sur la gestion de border-collapse
- correction sur la gestion des TDs, H1->H6
- ajout des balises fieldset et legend (cf exemple 4)
- ajout de la langue CS
- nombreuses améliorations
- v4.01 uniquement : Utilisation de TCPDF 5.0.002
- v4.01 uniquement : Utilisation des QR-code de TCPDF, il n'y a plus besoin d'une librairie externe
- v4.01 uniquement : Utilisation des exceptions PHP pour les erreurs.
- (merci à Pavel Kochman pour ses sugestions et ses ajouts)
- v3.29 / 4.00
- modification on barcodes. WARNING : bar_w and bar_h can't be used any more
- correction on the management of page_footer
- correction on the management of html entities
- correction on the positioning of texts
- correction on the positioning of tables
- lots of corrections in positionings, colors, ...
- improved support of SVG (G tag, ...)
- improved of createIndex
- harmonization of method names
- v4.00 : is now writtend in PHP5 and based on TCPDF (=> unicode, utf8, ...)
- v4.00 : using TCPDF for forms and barcodes
- v4.00 : improved support of SVG (alpha)
- v3.28
- add tag <label>
- correction for compatibility php4
- v3.27
- correction on <page_header> and <page_footer>
- add possibility of put the index on the page you want
- correction on the management of the alpha canal of PNGs
- correction on the management of border-radius (see example radius) like in CSS3
- correction on the management of background-color
- correction on the management of <thead>, <tfoot>, and <tbody>
- add of vector drawing (see examples draw, tigre, sapin)
- add the property label="none/label" for the <barcode> tag
- fixed some bugs
- v3.26
- bug fixes in the management of CGI's images
- add support of alpha canal on PNG (it needs GD2)
- add setDefaultFont method to specify a default font
- add the "format" property for the <page> tag (see example 4)
- improved support of css color RGB (see example 2)
- add support of css color CMYK (see example 2)
- add support of css prooperty "overflow:hidden" for the <div> tag (see example 2)
- correction on <page_header> and <page_footer>
- add the possibility to directly convert a real HTML page
- many small corrections on the styles
- v3.25
- correction on the calculation of tables in the page_footer
- correction on the interpretation of the spaces between certain tags
- correction on the management tags H1, H2, H3, H4, H5, H6
- correction on the management of the T tag
- support of xhtml tag support like <span />
- add tags COL (see Example 5), DEL, INS, and QRCODE (see Example 13)
- add the css property text-transform
- add the css property rotate (only on DIV, see Example 8)
- the existence of an image is no more mandatory (new method setTestIsImage)
- add a DEBUG mode - older function analysis resources have been removed
- addition of the Danish DA (thanks to Daniel K.)
- v3.24
- correction on the calculation of the width of DIV
- modified for compatibility with PHP localization
- modified for compatibility with PHP 5.3.0
- v3.23
- correction on the calculation of the DIVs
- correction on the interpretation of some CSS styles
- correction function to create indexes automatically CreateIndex
- ATTENTION: CreateIndex changed. Look at the example About!!
- v3.22a
- redistribution of HTML2PDF under the LGPL !!! (instead of GPL)
- v3.22
- correction on CSS background-color
- oerhaul of the management of text-align. CENTER and RIGHT values walk now even in case of rich content
- v3.21
- add support of the CSS float on IMG tag
- correction on the management of TFOOT tag
- correction in the positioning of images
- v3.20
- add support for the margins of the DIV tag
- add support for the CSS LINE-HEIGHT
- correction on the interpretation of the value of certain styles (CSS background-image, background-position, ...)
- correction on the recognition of thead and tfoot tags
- correction on the select tag
- correction on the language files (thanks to Sinan)
- v3.19
- optimization of HTML parser - thanks to Jezelinside
- add tag tfoot
- improved management of paintings: the contents of THEAD and TFOOT tags are now repeated on each page.
- addition of the specific tag BOOKMARK to create "bookmarks"
- ability to automatically add an index at the end of file
- addition of the Turkish TR (thanks to Hidayet)
- improving the method Output. It is now also available such as FPDF
- v3.18
- correction on page breaks automatic tags TABLE, UL, OL
- correction on the interpretation of styles for the tag HR
- correction on the interpretation of the style border-collapse for tag TABLE
- consideration of margin: auto for tables and divs
- comments in the CSS are accepted
- v3.17
- add support of INPUT tags (text, radio, checkbox, button, hidden, ...), SELECT, OPTION, TEXTAREA (see example 14)
- add possibility to save the scripts in pdf, via $ html2pdf-> pdf-> IncludeJS (...); (see examples JS)
- correction on the automatic page break for images
- correction breaks automatic lines for certain tags (UL, P, ...)
- add language NL (thanks to Roland)
- v3.16
- add support for list-style: none (see example 13)
- correction in the management of font added to FPDF (with the method AddFont)
- many corrections on the calculation of widths of the table, div, hr, td, th
- add example about.php
- (for info, the PDF generated from the examples are now in the directory / examples / pdf /, and delete)
- v3.15
- correction on the identification of styles of cases of multiple values in the property class
- consideration of border-radius to the limit of backgrounds (color and image)
- add the CSS properties border-top-*, border-right-* border-*-bottom, border-left-*
- add the CSS property list-style-image (see example 12)
- tag for the table, add the interpretation of align = "center" and align = "right" (see example 1)
- correction in the positioning of images
- fixed some bugs
- add an analysis function HTML2PDFgetTimerDebug resources (see the beginning of the file html2pdf.class.php)
- v3.14
- add a language (pt: Brazilian Portuguese language) and improving the method vueHTML (thank you to Rodrigo)
- correct positioning of the content of IDLH. management of properties and align valign
- add the CSS property border-collapse (see example 0)
- add the CSS property border-radius (see example 1)
- fixed some bugs
- v3.13
- rewriting of the hr tag, taking into account the styles (see example 0)
- add the backcolor property to the tag page (see example 9)
- add properties backleft and backright for tag page to change the margins of the pages (see example 8)
- many corrections on the tags and style
- v3.12
- add tags ol, ul, li (see example 12)
- correction on the calculation of the size where td colspan and rowspan
- add the method setTestTdInOnePage order to disable the test on the size of the TD (see example 11)
- fixed some bugs
- v3.11
- add tags div, p, pre, s
- CSS styles management position (relative, absolute), left, top, right, bottom (see example 10)
- better management of border: border-style, border-color, border-width (see example 10)
- indicate the possibility of default margins through the manufacturer (see example 2)
- v3.10a
- correction for compatibility php4 / php5
- v3.10
- addition of internal links (see example 7)
- complete management of background: image, repeat, position, color (see example 1)
- management underline, overline, linethrough (see example 2)
- fixed some bugs
- v3.09
- Upgrading to FPDF version 1.6, add barcode, correction of the display of special characters
- correction of the calculation of the height of the tag line br
- detection in case of too much content in a TD
- improving the tag page (add attributes Pagesetter with new and old values)
- add FPDF_PROTECTION, accessible via $pdf-> pdf-> SetProtection (...)
- v3.08
- final version of page_header
- add page_footer
- correction of the borders of tables
- v3.07
- correct interpretation of cellspacing
- improved tag page_header
- v3.06
- management of the first version of the tag page_header
- correction of the dimensions of tables
- v3.05
- addition of the vertical-align property
- add support for language files
- v3.04
- correction of the automatic page break for tables
- add properties to the tag PAGE
- v3.03
- bug fixes in the management of PHP's images
- better error handling
- v3.02
- add support of the names of colors
- correction for the management of images generated by php
- fixed some bugs
- v3.01
- fixed some bugs
- add protection for non-existing tags
- v3.00
- Total re-calculation tables
- Taking into account the colspan and rowspan
- v2.85
- add the cellspacing property
- new management of padding arrays (like html)
- v2.80
- add types of dotted and dashed border
- v2.75
- add the top, left, right, bottom to padding and border
- v2.70
- correction of the HR tag
- add padding property for table, th, td
- correction of the scale, units px, mm, in, pt finally actually reproduced
- correct font-size, border, ...
- add a property tag to the page: footer
- correction in the display and calculation tables
- v2.55
- checking the validity of the code (open / close)
- add units mm, in, pt
- v2.50
- correction nobreak, margins, addition of many tags
- v2.40
- overhaul of the identification of CSS styles, inheritances walk.
- v2.39
- various corrections, addition of certain properties (bgcolor, ...)
- v2.38
- better identification of properties and border color
- v2.37
- many corrections: A tag, background color, line feed, image management in a text, ...
- v2.36
- v2.35
- improving the management of stylesheets
- v2.31
- v2.30
- first operational version of the style sheets
- v2.25
- add the LINK tag for the type text / css
- v2.20
- first draft of the management style sheets, add the tag STYLE
- v2.15
- HTML comment <!-- --> allowed
- v2.10
- v2.01
- v2.00
|
Why donate to HTML2PDF?
This library is fully developed in my free time. By donating i can spend time on this project and not on others.
In addition, I offer to businesses a free solution to easily generate PDFs in Web applications, which saves them hundreds of dollars in development costs ...
Latest donations
- 2010-07-09 - Convives.fr
- 2010-07-08 - Florian N.
- 2010-05-11 - Otherworld.de
- 2010-04-07 - Merops
- 2010-03-18 - Eric F.
Best donation
which user are you?
|