hisham
IS-IT--Management
- Nov 6, 2000
- 194
I am trying to create PDF files using fpdf class, It works fine with any Latin text , but when I tried with another languages like Arabic "It is typeset using left-to-right fonts, Due to the nature of many fonts this doesn't easily translate to PostScript/PDF ", the result was strange characters, to explain the problem: to run the script I need :
1- FPDF LAB (PHP)
2- ARABIC MAP FILE
3- UNICODE FONT
Now, I have (1), (3) but I don't have (2) "ARABIC MAP FORM-A" exist and this is not enough, I need the other form "ARABIC MAP FORM-B" which unfortunately couldn't be found on the web, another problem the MAP file should contains 256 Char only. So some chars will be missing!
Now, Can I do the contextual processing outside of fpdf or PDFlib, and pass the results to the show() functions using php?
1- FPDF LAB (PHP)
2- ARABIC MAP FILE
3- UNICODE FONT
Now, I have (1), (3) but I don't have (2) "ARABIC MAP FORM-A" exist and this is not enough, I need the other form "ARABIC MAP FORM-B" which unfortunately couldn't be found on the web, another problem the MAP file should contains 256 Char only. So some chars will be missing!
Now, Can I do the contextual processing outside of fpdf or PDFlib, and pass the results to the show() functions using php?