I followed this link https://datatables.net/extensions/buttons/examples/html5/pdfImage.html and able to get datatable working with pdfmake. However if a column (or a cell) contains image, that cell is not getting exported into pdf. How can i tweek this library to include image in the exported file. it appears buttons.html5.min.js has the logic to export the data. however, i could not figure out how can individually handle cell data. Thanks for your help in advance.
e.g My table looks like the following
|col1 (string) | col2 (png image) | col3(string)| |col1 (string) | empty | col3(string)| |col1 (string) | col2 (png image) | col3(string)|