How to call user defined function in willDrawPage hook of jsPDF-Autotable

153 Views Asked by At

I am using below version of jsPDF and jsPDF-autotable: "jspdf": "^2.5.1", "jspdf-autotable": "^3.6.0",

I want to call another function from didDrawPage.

another function available in my existing component where I wrote the code of jsPDF.

didDrawPage hooks

I tried to extending the behavior's but didn't find out the solution.

0

There are 0 best solutions below