Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.3.0-beta.15
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
0.2.18
0.3.0-beta.14
Prerelease version. Do not use in a production.
Installation
npm install [email protected]
Changelog
- Fix big size pdfmake bundle for browser
Documentation
0.2.17
0.3.0-beta.13
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
0.2.16
0.3.0-beta.12
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
andlinkToDestination
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
0.2.15
- 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
andlinkToDestination
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
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