Skip to content

pdf:after

This event occurs just after the user is given the PDF.

Event Arguments

None

Example

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