Skip to content

Releases: bpampuch/pdfmake

0.3.0-beta.2

01 Apr 14:35
Compare
Choose a tag to compare
0.3.0-beta.2 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.2

Changelog

  • Attachments embedding
  • Support passing headers to request for loading font files and images via URL adresses

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.5

01 Apr 14:29
Compare
Choose a tag to compare
  • Support passing headers to request for loading font files and images via URL adresses

0.3.0-beta.1

01 Jan 09:44
Compare
Choose a tag to compare
0.3.0-beta.1 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.1

Changelog

  • Port code base to ES6+
  • Unify interface for node and browser (breaking change)
  • All methods return promise instead of using callback (breaking change)
  • Change including virtual font storage in client-side (breaking change)
  • Change parameters of pageBreakBefore function (breaking change)
  • Support for loading font files and images via URL adresses (https:// or http:// protocol) in Node.js (client and server side now)

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.4

10 Nov 14:46
Compare
Choose a tag to compare
  • Fixed destination path argument in VFS build script.
  • Fixed error "Object.isExtensible is not a function" (bug is in core-js version 3.19.1).

0.2.3

06 Nov 09:12
Compare
Choose a tag to compare
  • Updated @foliojs-fork/pdfkit to version 0.13.0.
  • Tiling pattern support.
  • svg-to-pdfkit package moved as built-in. Solve not used installation of pdfkit.
  • Fixed passing document metadata.

0.2.2

02 Aug 12:24
Compare
Choose a tag to compare
  • Fixed compatibility with Internet Explorer 11

0.2.1

02 Aug 05:52
Compare
Choose a tag to compare

0.2.0

05 Jul 08:59
Compare
Choose a tag to compare

0.1.72

05 Jul 08:42
Compare
Choose a tag to compare
  • Introduced new build-vfs.js script to build virtual file system for fonts (see documentation).
  • Updated pdfkit (version 0.12.1).

0.1.71

05 Apr 11:50
Compare
Choose a tag to compare
  • update pdfkit (version 0.12.0)
  • update Roboto font (version 3.004)
  • fix performance problem for pageBreakBefore in large documents