Add support for inline images
This is related to #358
The result is this: fluid-layout.pdf
The source is:
const docDefinition = {
pageSize: 'A4',
pageMargins: [24, 25, 24, 23],
content: [
{text: ['hello', {image: 'smile'}, {text: 'world', style: 'em'}]}
],
styles: {
em: {bold: true}
},
images
}
Any update on it?
Will this allow inline svg as well?
bump this would be great!
Hi. We would need this feature. It is pretty basic feature in document editing.
Why is this PR waiting more than 2 years? Is this lib maintained at all?
@liborm85 ping
Can't wait for this!
@Ondama You don't happen to have your past solution ported over to a more recent version of pdfmake do you?
@liborm85 please check it out :)
thank you so much. this still works as of today