1. Download attached zip file to this message
2. Unzip file
3. Backup old file, Upload and replace "e2pdf-templates.php" via FTP at /wp-content/plugins/e2pdf/classes/controller/
After applying fix it will be possibility to use "e2pdf_controller_templates_max_font_size" filter.
Example of code that can be used inside theme functions.php:
add_filter('e2pdf_controller_templates_max_font_size', 'e2pdf_controller_templates_max_font_size_custom', 10, 1);
function e2pdf_controller_templates_max_font_size_custom($max_font_size) {
return 112;
}
We use tools, such as cookies, to enable essential services and functionality on our site and to collect data on how visitors interact with our site, products and services. By accepting cookies you are agreeing to our Cookie Policy.