Converting html to pdf with Arabic

pdf, php

Solution

You could try with TCPDF, I've use it in the past and got the job done, one of its listed features is:

- UTF-8 Unicode and Right-To-Left languages

So I suppose that covers Arabic.

UPDATE: Yes they support it, even have an online example:

Persian and Arabic language on RTL document: PDF and its PHP source

Problem

I need to generate a pdf file with php from html, I ve use html2pdf but it doesn't support Arabic. I need something that's easy to use. and thanks in advance

Original source