github spipu/html2pdf v5.0.0
new version v5.0.0 of Html2Pdf

latest releases: v5.2.8, v5.2.7, v5.2.6...
6 years ago

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 to output
  • change values for the footerattribute of the page 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

Don't miss a new html2pdf release

NewReleases is sending notifications on new releases.