Skip to content

Releases: bpampuch/pdfmake

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

0.1.60

21 Sep 14:04
Compare
Choose a tag to compare
  • watermark - add fontSize to own setting and angle to own text rotate, see documentation
  • watermark - fix calculation for automatic font size
  • table - fix borderColor

0.1.59

07 Sep 14:19
Compare
Choose a tag to compare
  • experimental SVG nodes is build-in by default now
  • fix svg with decimal numbers
  • fix svg rendering in header and footer
  • fix border borderColor in table