Skip to content

pdf:before

This event occurs just before the user the PDF is generated.

Event Arguments

None

Example

report.api.bind("pdf:before", function() {
    //your code here
});
Back to top