• Resolved swwwolf

    (@swwwolf)


    Hi there. I think that your plugin didn’t work with non-english chars (Russian for example). I tried many options, but no effect at all. Is there any possible solution for this?

    I’m using Atahualpa theme and just add <?php if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(); ?> to “EDIT POST/PAGE INFO ITEM” -> “KICKER: Single Post Pages” editbox in preferences of the theme. The button is visibled/enabled on a post page, but still working wrong.

    http://wordpress.org/extend/plugins/wp-mpdf/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmm what do you mean with still working wrong? How dose special chars look like?

    Thread Starter swwwolf

    (@swwwolf)

    Well, you can check it by yourself: http://sww-it.ru/2010-02-21/362

    Chars are looking like “?” chars in a whole text of the PDF, but only in Bookmarks (in Adobe Reader) they are looking right (title of the blog and the title of the article). Some problem with fonts, i think.

    Thread Starter swwwolf

    (@swwwolf)

    Hi again. I’m asking my good friend to check your plugin and he is found an error.

    Line 145 (wp-mpdf.php):

    This one

    $mpdf=new mPDFI('win-1252', 'A4', '', '', $pdf_margin_left, $pdf_margin_right, $pdf_margin_top, $pdf_margin_bottom, $pdf_margin_header, $pdf_margin_footer, $pdf_orientation);

    must be replaced by this one

    $mpdf=new mPDFI('UTF-8', 'A4', '', '', $pdf_margin_left, $pdf_margin_right, $pdf_margin_top, $pdf_margin_bottom, $pdf_margin_header, $pdf_margin_footer, $pdf_orientation);

    Could you update your plugin?

    Ok a new version is on the way. i think in 2 hours i’am finish. Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: wp-mpdf] Cyrillic support’ is closed to new replies.