Releases: spipu/html2pdf
Releases · spipu/html2pdf
new version v5.0.1 of Html2Pdf
fix issue #200 pb with absolute path when saving the pdf file on server
new version v5.0.0 of Html2Pdf
BREAK COMPATIBILITY
This new version is not compatible with the 4.x.x version.
Lots of classes / methods have been renamed, moved, deleted, exploded.
- change licence to OSL-3.0
- change PHP minimum compatibility to 5.4
- change Using Namespaces
- change all the classes have moved
- change all the classes have been renamed
- change new tag structure : one class per tag
- change output method does not allow bool value on
$dest
parameter anymore - change output method has been renamed from
Output
tooutput
- change values for the footer
attribute
of thepage
tag - add PHP 7.0 and 7.1 compatibility
- add improve string handling for UTF8
- add better exception management
- add unit testing
- add support 'start' attribute for ordered list
- add russian language #131
- add Dimension-Parameter on barcode (for PDF417, Datamatrix = 2D) #127
- add
pdfa
parameter on Html2Pdf constructor #122 - add new documentation folder
./doc/
- add new attribute to page tag
hidefooter
which accepts a list of pages that gonna skip footer #162 - add protection on the fallback image if it does not exist
- add protection on thead and tfoot tags: they must contain at least one tr tag
- add norwegian locale
- fix a infinite loop case when reading a svg path
- fix issue from #177
- fix issue from #163
- fix bug on div position #73
- fix margin-bottom on table #108
- fix position of fallback image
- fix li bullet points altered by uppercase styles
- fix save PDF file on server #164
- remove old barcode type compatibility
v4.6.1: Merge pull request #101 from juchi/update_version
update information for v4.6.1
v4.6.0
new version v4.5.1 of HTML2PDF
Changelog :
- Support the "inherit" value for font-family
- Allow the HTML font tag to define a color attribute
- Support for max-width and max-height attributes for images
- Fix "border: 0" being displayed
new version v4.5.0 of HTML2PDF
Changelog :
- add tag 'end_last_page' with property 'end_height'. Update example 5 to use it
- better composer.json file
- update TCPDF from 5.0.002 to v6.2.12 => important changes. See the TCPDF changelogs
new version v4.4.0 of html2pdf
see changelog