npm pdfmake 0.1.50

latest releases: 0.3.0-beta.8, 0.2.10, 0.3.0-beta.7...
5 years ago
  • pdfkit updated to 0.9.0
  • fontkit updated to 1.7.8
  • Solved heavy use of memory
  • Supported PNG with alpha channel
  • Add encryption and access privileges, example of usage:
var docDefinition = {
	//userPassword: '123',
	ownerPassword: '123456',
	permissions: {
		printing: 'highResolution', //'lowResolution'
		modifying: false,
		copying: false,
		annotating: true,
		fillingForms: true,
		contentAccessibility: true,
		documentAssembly: true
	},
	content: [
		'...'
	]
};

Don't miss a new pdfmake release

NewReleases is sending notifications on new releases.