Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.1.67
26 Jul 14:30
Compare
Sorry, something went wrong.
No results found
fixed include Promise polyfill
experimental SVG: rewrited SVG parsing
client-side: images file loading via url address (https:// or http:// protocol) in "images" dictionary
Example of usage:
var dd = {
content : [
{
image : 'testImage'
}
] ,
images : {
testImage : 'https://picsum.photos/seed/picsum/200/300' ,
}
} ;
This is not supported: { image: 'https://picsum.photos/seed/picsum/200/300' }
0.1.66
30 Jun 11:28
Compare
Sorry, something went wrong.
No results found
0.1.65
01 Mar 14:52
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
update pdfkit to 0.11.0
add support to interlaced PNG files
0.1.62
03 Nov 13:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
experimental svg - fix text rendering
table - fix border rendering
0.1.60
21 Sep 14:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
support SVG nodes (experimental) see documentation and example
fix table border with colSpan
fix rendering empty ToC