Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    What font does support Hebrew?
    When I generate pdf with example text I get this. Seems different text to me. Sorry, don’t understand hebrewish.
    https://drive.google.com/file/d/0B4rWYV8f1HEHZ3B2TDI5clA2bDg/view?usp=sharing

    Plugin Author Bas Elbers

    (@baaaaas)

    Please try the new update. It should work. If not, just let me know and I will try to fix it asap.

    Thank you! The new version does support the Hebrew fonts.

    Is it possible to edit the template in order to float all the elements to the right?

    I am using a child theme. is it possible to duplicate the template?
    Can you please explain?

    Plugin Author Bas Elbers

    (@baaaaas)

    Will look into the float right thing.
    Please check the FAQ for creating a custom template.

    Hi Bas,

    I know how to create a custom template, but I need to edit the code in order to adjust it to RTL.
    The problem is that if I change the files in the plugin, all of them will be erased in the next update.
    My question is: is there a way to copy the files to my child theme?
    If yes, to which location.

    Thank you.

    Plugin Author Bas Elbers

    (@baaaaas)

    Try to add below code to your functions.php. Let me know if it works. It will change the direction of the invoice to RTL.

    function bewpi_mpdf( $mpdf ) {
    	$mpdf->SetDirectionality( 'rtl' );
    	return $mpdf;
    }
    add_filter( 'bewpi_mpdf', 'bewpi_mpdf' );

    Hi Bas,

    I created another template and placed it in uploads folder according to the FAQ.
    PDF is aligned to the right, but I still need to make some adjustments.
    Any changes I do in style.css do not affect.
    Any suggestions?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hebrew support’ is closed to new replies.