Easy and Light PDF Convertor
-
This is just the PDF generator plugin I’ve been looking for. It’s very simple to use, and doesn’t add any bloat to the admin end.
We are using this to create product labels for our Woocommerce Products. All you have to do is install this plugin and customize your own template to create product labels. Also, remember to add the code below to your functions.php file so it will support product post type.
// add pdf print support to post type 'product' if(function_exists('set_pdf_print_support')) { set_pdf_print_support(array('post', 'page', 'product')); }
- The topic ‘Easy and Light PDF Convertor’ is closed to new replies.