Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.1.70
0.1.69
0.1.68
0.1.67
- 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
- client-side: font files loading via url address (https:// or http:// protocol), (see documentation).
Roboto TTF font files are now available via CDN: https://cdnjs.com/libraries/pdfmake - client-side:
getStream()
support callback (see documentation) - fixed FDArray parsing in CFF in font