Skip to content

Releases: bpampuch/pdfmake

0.1.66

30 Jun 11:28
Compare
Choose a tag to compare

0.1.65

01 Mar 14:52
Compare
Choose a tag to compare
  • 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

02 Feb 12:41
Compare
Choose a tag to compare
  • 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

11 Dec 14:00
Compare
Choose a tag to compare
  • update pdfkit to 0.11.0
  • add support to interlaced PNG files

0.1.62

03 Nov 13:04
Compare
Choose a tag to compare
  • 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

25 Oct 17:14
Compare
Choose a tag to compare
  • experimental svg - fix text rendering
  • table - fix border rendering

0.1.60

21 Sep 14:04
Compare
Choose a tag to compare
  • 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

07 Sep 14:19
Compare
Choose a tag to compare
  • 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

27 Jul 12:40
Compare
Choose a tag to compare
  • support SVG nodes (experimental) see documentation and example
  • fix table border with colSpan
  • fix rendering empty ToC

0.1.57

09 Jun 04:57
Compare
Choose a tag to compare
  • 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