Simple HTMLElement to PDF
npm i print-pdf
import { PrintPDF } from 'print-pdf';
new PrintPDF(document.body).printPDF();
This library is relatively new so please feel free to leave any suggestions. Fontawesome and glyphicons should work.
- Inline images
- Investigate performance enhancements
- tests
License: MIT