I created a small plugin to allow users to save their content as a PDF file. It's not perfect by any stretch but it works.
Create a new folder in your plugin directory called "div-to-pdf"
Next you will need to install mpdf into the new folder using composer.
composer require mpdf/mpdf
Upload the following PHP and JS files to the folder (edit the highlighted lines for your server)