How to save print PDF files to the server

You can have Printus store the PDFs it prints to your server. The PDFs will be stored in wp-content\uploads\printus-pdfs. This feature is not enabled by default but can be turned on by adding the snippet below to your website:

add_filter('printus_save_pdf', '__return_true');
Scroll to Top