In the "Send results by email" form handler, you have the option te write your own email of use a custom template.

This is an example of what one of these mail messages looks like.
What i'm currently trying to do is to render this mail messages as a pdf. The reason for this is that i'm trying to apply some styling to the mail that works better if rendered as a pdf. The idea is that this pdf is then sent as an attachment to this mail.
Is there any way we can accomplish this using this form handler? Or is there any other way we have to go about this?