Hi,
I am getting an error when trying to print a transparent image.
this.label_logo = 'R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=';
var pdfContent = {
content: [
{image: 'data:image/gif;base64,' + this.label_logo, alignment: 'left', width: 150},
{text: '\n'}
]};
pdfMake.createPdf(pdfContent).download(data.rma + '.pdf');
any advice?
For this image is internally returned error: Unknown image format.
Maybe in image is unsupported format, try image re-save.
@Masber is it more than 10KB?
So is it really limited to 10KB ?