Strip HTML from PDF

Attached is an example of HTML in my PDF view.

How do I remove the HTML part of the event bar text?
It seems to come from ‘scheduler.templates.event_bar_text=function(start,end,event){’ from the templates settings in wordpress.
I have tried $scPDF->strip_tags = true; in generate.php and it doesn’t work for this.

Also, I have added three rows in my month view by changing the height from 13 to 52.
How can I do this in the PDF view as well?

Thanks.

Unfortunately there is no settings to control height of event line in PDF
As for html output - we will investigate issue and will provide fix in the nearest time

Okay, thanks for your response.
Can you post here if you find a fix to strip the HTML?