html to pdf

HTML
import React from "react";
import ReactDOMServer from "react-dom/server";<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    <h1>PDF Example with iframe</h1>
  
 		   
    <iframe src="link/to/your.pdf" width="100%" height="500px">
    </iframe>
 
  
  </body>
</html>

<!-- insta: @hardcode_studios --><!-- Answer to: "html to pdf" -->

<!--
  A link to a useful HTML to PDF converter (and looks nice):
  https://html2pdf.com/
-->https://acrobat.adobe.com/us/en/acrobat/how-to/convert-html-to-pdf.html
Source

Also in HTML: