npm pdfmake 0.1.38

latest releases: 0.3.0-beta.8, 0.2.10, 0.3.0-beta.7...
5 years ago
  • added support for elements in text inlines for: pageReference, textReference, tocItem and property id (for pageReference, textReference and toc), see page reference example, ToC example and simple example:
{
	text: [
		{text: 'some sample text '},
		{pageReference: ["element-id"]}
	]
}

output is:

some sample text 2

(element with id "element-id" suppose in page 2)

Bugfixes:

  • fixed text decorations with justified text (#1418)
  • fixed calculating page height with option pageSize.height = 'auto'
  • throw nice error message when page reference id not found
  • fixed preprocessing text inlines
  • fixed text inlines wrapping with styles, eg. "remarkable" is now wrapped as one item (#975)
  • fixed printing repeatable headers for table in second column (#434)

Don't miss a new pdfmake release

NewReleases is sending notifications on new releases.