Skip to content

Releases: bpampuch/pdfmake

0.1.70

16 Jan 10:20
Compare
Choose a tag to compare
  • fixed compatibility with Internet Explorer

0.1.69

27 Dec 14:19
Compare
Choose a tag to compare
  • superscript and subscript support (see #2128)
  • support cover for image element (see #2148)
  • migrated from uglifyjs to terser minifier. This fix issues with minified version.
  • fix auto page height for table and vectors

0.1.68

31 Jul 15:28
Compare
Choose a tag to compare
  • fixed error window is not defined in Node.js

0.1.67

26 Jul 14:30
Compare
Choose a tag to compare
  • fixed include Promise polyfill
  • experimental SVG: rewrited SVG parsing
  • client-side: images file loading via url address (https:// or http:// protocol) in "images" dictionary
    Example of usage:
var dd = {
	content: [
		{
			image: 'testImage'
		}
	],
	images: {
		testImage: 'https://picsum.photos/seed/picsum/200/300',
	}
};

This is not supported: { image: 'https://picsum.photos/seed/picsum/200/300' }

0.1.66

30 Jun 11:28
Compare
Choose a tag to compare

0.1.65

01 Mar 14:52
Compare
Choose a tag to compare
  • support of fillOpacity property in tables
  • support of linkToPage and linkToDestination with images
  • pageBreakBefore performance improvement
  • fix support opacity with number 0

0.1.64

02 Feb 12:41
Compare
Choose a tag to compare
  • added new values for pageBreak:
    • beforeOdd, afterOdd - break to odd page
    • beforeEven, afterEven - break to even page
  • fixed pageMargins: 0
  • experimental SVG - fixed too bold and too italics text

0.1.63

11 Dec 14:00
Compare
Choose a tag to compare
  • update pdfkit to 0.11.0
  • add support to interlaced PNG files

0.1.62

03 Nov 13:04
Compare
Choose a tag to compare
  • experimental SVG - default font for unknown fonts is used from defaultStyle element. Or can be defined in svg node via font property
  • experimental SVG - fixed finding fonts

0.1.61

25 Oct 17:14
Compare
Choose a tag to compare
  • experimental svg - fix text rendering
  • table - fix border rendering