github Aymkdn/html-to-pdfmake v2.0.0

latest releases: v2.5.7, v2.5.6, v2.5.5...
3 years ago
  • Deep rebuild of all the code to make it simpler to maintain – with bug fix and various improvements
  • Added option tableAutoSize to let the program to define widths and heights based on the inline CSS used
  • Changed the way the CSS numbers/units are handled: before only the number was parsed for a CSS property, now it checks if it's a 'PX', 'PT' or 'REM', then the number is converted to a 'PT' value because PDFMake uses this unit. For example, 16px will be converted to 12. All the other units ('vw', '%', …) will be ignored.
  • Jumped to v2.0.0 to make sure people will be careful for existing projects

Don't miss a new html-to-pdfmake release

NewReleases is sending notifications on new releases.