ChrisHardie / printable-pdf-newspaper

WordPress plugin to generate a printable PDF newspaper from post content
GNU General Public License v2.0
6 stars 0 forks source link

Support RTL languages #42

Open ChrisHardie opened 2 years ago

ChrisHardie commented 2 years ago

We need to use https://developer.wordpress.org/reference/functions/is_rtl/ to detect if the current system locale uses RTL and then set

$pdf->setRTL(true);

as a part of PDF generation.