I have a html and css file that looks like this :
<head>
bootstrap
</head>
<body>
<h2 class="bootstrap style"> HELLO </h2>
</body>
i now want to give the user an option to download this web page as a pdf.
By clicking a button.
What I have tried:
I've looked at html to pdf converter in Javascript however i don't think that includes the styles.
I was also wondering if there was a built in html attribute that may help with this.