Title: Hebrew support
Last modified: August 30, 2016

---

# Hebrew support

 *  Resolved [Nick](https://wordpress.org/support/users/nickkkarp/)
 * (@nickkkarp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/)
 * Hello,
    I have Russian and Hebrew languages in customer address and product description.
   Russian language works well, but instead of Hebrew i see squares. Do you have
   Hebrew support? Should I change any settings or add any fonts to see it?
 * THanks,
    Nick.
 * [https://wordpress.org/plugins/woocommerce-pdf-invoices/](https://wordpress.org/plugins/woocommerce-pdf-invoices/)

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

 *  Plugin Author [Bas Elbers](https://wordpress.org/support/users/baaaaas/)
 * (@baaaaas)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872861)
 * 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](https://drive.google.com/file/d/0B4rWYV8f1HEHZ3B2TDI5clA2bDg/view?usp=sharing)
 *  Plugin Author [Bas Elbers](https://wordpress.org/support/users/baaaaas/)
 * (@baaaaas)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872862)
 * Please try the new update. It should work. If not, just let me know and I will
   try to fix it asap.
 *  [urweb](https://wordpress.org/support/users/urweb/)
 * (@urweb)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872867)
 * 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?
 *  [urweb](https://wordpress.org/support/users/urweb/)
 * (@urweb)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872868)
 * I am using a child theme. is it possible to duplicate the template?
    Can you 
   please explain?
 *  Plugin Author [Bas Elbers](https://wordpress.org/support/users/baaaaas/)
 * (@baaaaas)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872876)
 * Will look into the float right thing.
    Please check the FAQ for creating a custom
   template.
 *  [urweb](https://wordpress.org/support/users/urweb/)
 * (@urweb)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872878)
 * 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](https://wordpress.org/support/users/baaaaas/)
 * (@baaaaas)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872886)
 * 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' );
       ```
   
 *  [urweb](https://wordpress.org/support/users/urweb/)
 * (@urweb)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872890)
 * 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.

 * ![](https://ps.w.org/woocommerce-pdf-invoices/assets/icon-128x128.png?rev=1128583)
 * [Invoices for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/reviews/)

## Tags

 * [hebrew](https://wordpress.org/support/topic-tag/hebrew/)
 * [pdf](https://wordpress.org/support/topic-tag/pdf/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 8 replies
 * 3 participants
 * Last reply from: [urweb](https://wordpress.org/support/users/urweb/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/hebrew-support-3/#post-6872890)
 * Status: resolved