Image in pdf header

Image in pdf header

sluisiasluisia Posts: 1Questions: 1Answers: 0

I am unable to export my datatable with image header, the image appear to be invisible :
doc["header"] = function() {
return {
columns: [
{
image: "data:image/png;base64,------------------", // image here working on decode base64
width: 24
}

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

Sign In or Register to comment.