Themes
All themesNo clustered themes yet.
Market
Commercial opportunities need traceable source links before they are treated as build-worthy.
100.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
No clustered themes yet.
Character encoding issue: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Character encoding issue I have a custom wp-mpdf theme with the meta defintion <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> The previous versions of wp-mpdf has given me the umlauted ä and ö as well as the Esperanto diacritical letters (ĉ, ĝ, ĥ, ĵ, ŝ and ŭ) as they are in utf-8. mixed Images broken + webdiste crashed after update pluginImages broken + webdiste crashed after update plugin: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Images broken + webdiste crashed after update plugin Hi, on the website micromed.ua we have the same problem with broken images as this topic https://wordpress.org/support/topic/images-broken-and-duplicated/ For example: page https://micromed.ua/otoskop-e-scope-fibrooptika-2-5-v/ – link https://micromed.ua/otoskop-e-scope-fibrooptika-2-5-v/?output=pdf page h mixed Fatal Error – “\Psr\Log\LoggerAwareInterface”Fatal Error – “\Psr\Log\LoggerAwareInterface”: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Fatal Error – “\Psr\Log\LoggerAwareInterface” Hello! mixed Setting a PDF templateSetting a PDF template: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Setting a PDF template I’d like to set the pdf page to “Letter” rather than the default “A4”. mixed PDF Button custom text not workingPDF Button custom text not working: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · PDF Button custom text not working Hi, I don’t know if I am the only one, but when I fill in other text for the PDF Buttom text, in the WP MPDF settings, then this doesn’t change the text. mixed There has been a critical error on this site.There has been a critical error on this site.: users show bugs, compatibility, support pain that may indicate a product gap.
wp-mpdf · There has been a critical error on this site. complaint TrashTrash: users show bugs, compatibility, support pain that may indicate a product gap.
wp-mpdf · Trash Does not work. complaint Error Message: Failed to load PDF document (take 2)Error Message: Failed to load PDF document (take 2): users show bugs, compatibility, performance pain that may indicate a product gap.
wp-mpdf · Error Message: Failed to load PDF document (take 2) Hello! complaint Deprecated: Array and string offset access syntax with curly braces is deprecateDeprecated: Array and string offset access syntax with curly braces is deprecate: users show bugs, compatibility, support pain that may indicate a product gap.
wp-mpdf · Deprecated: Array and string offset access syntax with curly braces is deprecate With WP_DEBUG enabled I get this notice: Deprecated: Array and string offset access syntax with curly braces is deprecated If I understand correctly you have stopped development of this plugin. mixed Not working in Chrome – PHP deprecatedNot working in Chrome – PHP deprecated: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Not working in Chrome – PHP deprecated Do you know why the PDFs will create when I visit the page in Firefox or Safari, but not in Chrome? mixed Shortcode support?Shortcode support?: users show bugs, compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Shortcode support? mixed Greek Characters Encoding IssueGreek Characters Encoding Issue: users show bugs, missing feature, support pain that may indicate a product gap.
wp-mpdf · Greek Characters Encoding Issue Hello, I need help with the encoding of greek characters. mixed Not working with TranslatePress?Not working with TranslatePress?: users show bugs, compatibility, performance pain that may indicate a product gap.
wp-mpdf · Hi, have you tried turning on the debug mode? mixed Cyrillic encoding issuesCyrillic encoding issues: users show bugs, missing feature, support pain that may indicate a product gap.
wp-mpdf · Cyrillic encoding issues Hello! mixed Getting Started Which Header File? / Where is Doco?Getting Started Which Header File? / Where is Doco?: users show compatibility, support, setup pain that may indicate a product gap.
wp-mpdf · At least initially I don’t want buttons on my website, I want to find some sample code and documentation (still looking) and modify and test a sample I found: //require dirname(__FILE__) . mixed Regarding Japanese Language SupportRegarding Japanese Language Support: users show compatibility, missing feature, support pain that may indicate a product gap.
wp-mpdf · Regarding Japanese Language Support I confirmed that English displays correctly without any problems. complaint Initialize mPDF without MarginsInitialize mPDF without Margins: users show compatibility, missing feature pain that may indicate a product gap.
wp-mpdf · Thanks <?php global $post; // Initialize mPDF with zero margins $mpdf = new \Mpdf\Mpdf([ 'margin_left' => 0, 'margin_right' => 0, 'margin_top' => 0, 'margin_bottom' => 0, 'margin_header' => 0, 'margin_footer' => 0 ]); // Fetch ACF fields $acf_property_types = get_field('acf_property_types'); $acf_location = get_field('acf_location'); $acf_email = get_field(' mixed ACF fileds / meta boxesACF fileds / meta boxes: users show missing feature, support pain that may indicate a product gap.
wp-mpdf · Thanks for the quick response I already figured it out, I was just embarrassed that I got question marks in response, that is, as I understand it, an encoding problem P.S. mixed Base64 image in pdf contentBase64 image in pdf content: users show bugs, support pain that may indicate a product gap.
wp-mpdf · This template works well with your help Now, I want the put a base64 image in the pdf and I’m trying a simplistic method in HTML like : $base64_logo = get_field('logo_annonce'); if( $base64_logo ): $pdf_output .= '<div class="annonce--logo">'; $pdf_output .= '<img src="data:image/png;base64,'. mixed No Polish charactersNo Polish characters: users show missing feature, support pain that may indicate a product gap.
wp-mpdf · This reply was modified 3 years, 9 months ago by fkrauthan . question Hide title and author and dateHide title and author and date: users show missing feature, support pain that may indicate a product gap.
wp-mpdf · Hide title and author and date I would like to make it so that the blue title at the top of the pdf where the site name is printed and the author and date in English are hidden when the pdf is generated. question echo content in templateecho content in template: users show bugs, missing feature pain that may indicate a product gap.
wp-mpdf · I got one issue though: is it possible to echo out content instead of concatenating it to $pdf_output? praise Best customisation abilitiesBest customisation abilities: users show compatibility, missing feature, support pain that may indicate a product gap.
wp-mpdf · Best customisation abilities The plugins’ configuration-page doesn’t look very impressive but the template structure gives you the opportunity to style your pdf way better than with most other pdf-plugins. neutral Is wp-mpdf 3.5 compatible with WP 5.5.1?Is wp-mpdf 3.5 compatible with WP 5.5.1?: users show bugs, compatibility, setup pain that may indicate a product gap.
wp-mpdf · Is wp-mpdf 3.5 compatible with WP 5.5.1? praise Keine FunktionKeine Funktion: users show compatibility, setup pain that may indicate a product gap.
wp-mpdf · To output the ‘print-to-pdf’ button, you have to run a function in your theme file. praise BLANK PDF PAGE GENERATEBLANK PDF PAGE GENERATE: users show compatibility, support pain that may indicate a product gap.
wp-mpdf · BLANK PDF PAGE GENERATE Hello Friends I need your help urgent… I have downloaded this plugin and try to generate the PDF IN LOCALHOST… But is shows me the blank page/pdf… please suggest me what’s wrong with this … I need to submit this pdf project by tonight and i need your help … Here is the code of my page wp-mpdf.php (WHOLE PAGE CODE)( I M USING THIS PLUG praise Thanks! – Works like a charmThanks! – Works like a charm: users show setup pain that may indicate a product gap.
wp-mpdf · – Works like a charm installing, activating, and save the documents – with all the content. praise No frills, no fluff – perfect for developersNo frills, no fluff – perfect for developers: users show compatibility pain that may indicate a product gap.
wp-mpdf · No frills, no fluff – perfect for developers Thank you so much for this plugin. praise Great pluginGreat plugin: users show bugs pain that may indicate a product gap.
wp-mpdf · Great plugin Great plugin, it just *works*! praise questionquestion: users show compatibility pain that may indicate a product gap.
wp-mpdf · You have to add this to your theme file: <?php // outputs the 'print to pdf' button if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true); ?> You have to add this to your theme file: <?php // outputs the 'print to pdf' button if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true); ?> praise Awesome PDF!Awesome PDF!: users show bugs pain that may indicate a product gap.
wp-mpdf · I wanted to have it a simple way: on a post page a button, that opens a new window with the PDF to be saved or shared. neutral The plugin does not have a valid header.The plugin does not have a valid header.: users show bugs pain that may indicate a product gap.
wp-mpdf · I get this error when I try to activate the plugin I get this error when I try to activate the plugin Hello, I think I know what the issue is and will fix it. praise RTL suportRTL suport: praise conversation with limited structured signal.
wp-mpdf · RTL suport thanks dear , good working for Persian Lang , thanks dear , good working for Persian Lang , praise thanks for this nice plugin – works !!!thanks for this nice plugin – works !!!: users praise reliable, which suggests what competitors already do well.
wp-mpdf · thanks for this nice plugin – works !!! praise GreatGreat: users praise value, quality, which suggests what competitors already do well.
wp-mpdf · Great Thanks for this great plugin. praise The best (and only one ?) plugin to create pdf from a postThe best (and only one ?) plugin to create pdf from a post: users praise reliable, quality, which suggests what competitors already do well.
wp-mpdf · The best (and only one ?) plugin to create pdf from a post Independent of any platform : works perfectly with wordpress 5.3.2! praise Works niceWorks nice: users praise reliable, which suggests what competitors already do well.
wp-mpdf · Works nice Thank you for this nice working plugin. praise Wrong review. Sorry.Wrong review. Sorry.: praise conversation with limited structured signal.
wp-mpdf · Wrong review. Sorry. Wrong review. Sorry. This topic was modified 5 years, 5 months ago by alainmelsens . This topic was modified 5 years, 5 months ago by alainmelsens . This topic was modified 5 years, 5 months ago by alainmelsens . Wrong review. Sorry. This topic was modified 5 years, 5 months ago by alainmelsens . This topic was modified 5 years, 5 months praise Best PDF generator i foundBest PDF generator i found: users praise performance, value, quality, which suggests what competitors already do well.
wp-mpdf · Best PDF generator i found This plugin is amazing. praise Very good and flexibleVery good and flexible: users praise reliable, quality, which suggests what competitors already do well.
wp-mpdf · Best solution found for WordPress.