Html2pdf Versions Save

OFFICIAL PROJECT | HTML to PDF converter written in PHP

v5.2.8

9 months ago

v5.2.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spipu/html2pdf/compare/v5.2.5...v5.2.6

v5.2.5

2 years ago
  • fix security on scheme of css and image paths for windows paths

v5.2.4

2 years ago
  • revert fix multibyte aware substr when setting newline position - it causes pbs on some specific cases
  • add security on scheme of css and image paths - thanks to Clément Amic and Antoine Gicquel from Synacktiv

v5.2.3

2 years ago
  • add support for BASE64 encoded images also for backimg tag in page - thanks to @berengan
  • fix issue on write2DBarcode parameters - thanks to @Sarigue
  • fix svg path parser - thanks to @CWBudde - issue #618
  • fix html attribute parser - thanks to @Tofandel
  • fix multibyte aware substr when setting newline position - thanks to @AndyTWF
  • add php8 compatibility and fix tcpdf compatibilty - thanks to @humancopy

v5.2.2

4 years ago
  • allow usage of [[page_cu]] in css class names - thanks to @marbetschar - see example 15
  • add support for BASE64 encoded images - thanks to @darius-heavy
  • add Chinese local file - thanks to @Jaggle
  • add powershell test script
  • bump supported version from 5.4-7.2 to 5.6-7.4 - thanks to @coffeemedia
  • fix issue on _drawRectangle where array offset was being accessed on value of type null - thanks to @coffeemedia
  • fix issue on lower-roman style - thanks to @jigneshsolanki
  • fix issue on composer autoload warning - thanks to @adrienfr

v5.2.1

5 years ago
  • add cert tag - thanks to @LittleBigFox
  • add balloon example - issue #385
  • change the name of all the examples from exemple to example
  • fix tag parser - css style corruption
  • fix issue on relative margin calculation
  • fix issue on border radius calculation
  • fix issue on page background image width - issue #394
  • fix issue on qrcode value with multi lines - issue #390
  • fix issue on colspan usage when all the columns don't really exist - issue #360
  • fix documentation - thanks to @noxlux and @tpohchai

v5.2.0

5 years ago
  • change the name of CoreExtension to Core\HtmlExtension
  • change the namespace of all the html tags from Tag\ to Tag\Html
  • change all the svg tag from internal methods to new external tags
  • add the extension Core\SvgExtension
  • add locale fi - thanks to @RWAP
  • add $marginTop parameter on the createIndex method - issue #333
  • add xx-large to xx-small font-size management - issue #320
  • add colgoup html tag - issue #306
  • fix locale pt - thanks to @marcoshenzel
  • fix issue on testing the filename when asking for string output
  • fix issue - clean locale before PDF generation - thanks to @quimcalpe
  • fix issue on radio/checkbow width - thanks to @Ohda
  • fix issue on line number when using style tag - issue #338
  • fix issue on svg draw path - relative move was not implemented
  • fix issue on svg draw path when Z directive is not separate from the next directive - issue #308
  • fix issue on justify text with an inline html tag at the end of a line - issue #258
  • fix better doc

v5.1.0

6 years ago
  • add support of css page-break-before:always and page-break-after:always on DIV tag, based on PR #190 and PR #204
  • add no-html mode for debug output
  • add php 7.2 compatibility
  • add some unit tests, better coverage
  • fix lots of bad method names and minor improvements, from PR #147
  • fix bad cleaning after output or exception
  • fix bad format detecting on page` tag - issue #260
  • fix changelog file