Forums
Home / Plugin: wp-mpdf / question
(@jsinamaleki)
9 years, 2 months ago
Hi there, how can I add the pdf button to the post?
(@nickirongate)
8 years, 9 months ago
You have to add this to your theme file:
<?php // outputs the 'print to pdf' button if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true); ?>