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.
I tried to extending the behavior's but didn't find out the solution.