Skip to content

Releases: bpampuch/pdfmake

0.3.0-beta.15

01 Jan 13:36
Compare
Choose a tag to compare
0.3.0-beta.15 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Reverted to the original pdfkit package, moving away from @foliojs-fork
  • Update pdfkit to 0.16.0
  • Fixed a potential issue in the minimized library when detecting the orientation of JPEG images

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.18

01 Jan 12:25
Compare
Choose a tag to compare
  • Update pdfkit
  • Fixed a potential issue in the minimized library when detecting the orientation of JPEG images

0.3.0-beta.14

23 Dec 08:47
Compare
Choose a tag to compare
0.3.0-beta.14 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Fix big size pdfmake bundle for browser

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.17

23 Dec 08:42
Compare
Choose a tag to compare
  • Fix big size pdfmake bundle for browser

0.3.0-beta.13

15 Dec 14:09
Compare
Choose a tag to compare
0.3.0-beta.13 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Update pdfkit to 0.15.2
  • Fixed speed in Node.js if is fetching URL for image or font redirected
  • Fixed aspect ratio for image with exif orientation tag
  • Fixed font size calculation for watermark if is page orientation is changed

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.16

15 Dec 14:01
Compare
Choose a tag to compare
  • Update pdfkit to 0.15.2
  • Fixed aspect ratio for image with exif orientation tag
  • Fixed font size calculation for watermark if is page orientation is changed

0.3.0-beta.12

03 Nov 07:10
Compare
Choose a tag to compare
0.3.0-beta.12 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Added support PDF/A and PDF/UA (see documentation)
  • Added support link, linkToPage and linkToDestination for SVG
  • Update pdfkit to 0.15.1
  • Fixed bug with how page breaks provoked by cells with rowspan were handled
  • Fixed find where previous cell started with row span and col span combination
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.15

02 Nov 10:01
Compare
Choose a tag to compare
  • Added support PDF/A and PDF/UA (see documentation)
  • Changed Virtual file system (VFS) format for better compatibility with frameworks (backwards compatibility preserved). For compatibility with frameworks, rebuild VFS required!
  • Browser: Added methods for fonts (addFonts, setFonts, clearFonts)
  • Browser: Added methods for table layouts (addTableLayouts, setTableLayouts, clearTableLayouts)
  • Added support link, linkToPage and linkToDestination for SVG
  • Update pdfkit to 0.15.1
  • Fixed bug with how page breaks provoked by cells with rowspan were handled
  • Fixed find where previous cell started with row span and col span combination
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows

0.3.0-beta.11

09 Oct 06:50
Compare
Choose a tag to compare
0.3.0-beta.11 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Fixed drawing top horizontal line of the table with page break

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.14

09 Oct 06:39
Compare
Choose a tag to compare
  • Fixed drawing top horizontal line of the table with page break
  • Fixed uncaught Error when rowSpan and dontBreakRows combined