can i save exported pdf to mysql as Blob ?

can i save exported pdf to mysql as Blob ?

Abderrahmane BECHIKHAbderrahmane BECHIKH Posts: 1Questions: 1Answers: 0

i have column in my table type blob, i want to save the exported datatables pdf directly on database , how can this be done?
i am wirking with java as server language.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @Abderrahmane BECHIKH ,

    In this example here, you can see the PDF export button's customize() function being called. That function is given the document's content - so you could send that to a server with an ajax() call.

    Hope that helps,

    Cheers,

    Colin

This discussion has been closed.