Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.1.65
- support of
fillOpacity
property in tables
- support of
linkToPage
and linkToDestination
with images
pageBreakBefore
performance improvement
- fix support opacity with number 0
0.1.64
- added new values for
pageBreak
:
beforeOdd
, afterOdd
- break to odd page
beforeEven
, afterEven
- break to even page
- fixed
pageMargins: 0
- experimental SVG - fixed too bold and too italics text
0.1.63
- update pdfkit to 0.11.0
- add support to interlaced PNG files
0.1.62
- experimental SVG - default font for unknown fonts is used from
defaultStyle
element. Or can be defined in svg
node via font
property
- experimental SVG - fixed finding fonts
0.1.61
- experimental svg - fix text rendering
- table - fix border rendering
0.1.60
- watermark - add
fontSize
to own setting and angle
to own text rotate, see documentation
- watermark - fix calculation for automatic font size
- table - fix borderColor
0.1.59
- experimental SVG nodes is build-in by default now
- fix svg with decimal numbers
- fix svg rendering in header and footer
- fix border borderColor in table
0.1.58
- support SVG nodes (experimental) see documentation and example
- fix table border with colSpan
- fix rendering empty ToC
0.1.57
- update pdfkit to 0.10.0
- added feature link to destination via
linkToDestination
property (see links example)
- ToC - links to destination support with title and page number