
April 24th, 2001, 04:45 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Hi,
I am developing a website to display its contents in various Indian language
scripts. And I want user to give the option to view the data as PDF file also that he can download and print also.
I want to do this conversion on the fly using a PHP script.
But the problem is it is not being supported for Indian language fonts. I mean if I pass some English text and corresponding font (say Times-Roman) it get displayed properly. But when I pass the data for Indian language to the same script with its corresponding font (DV-TTYogesh on windows and DV_TTYogesh on Linux) anything doesn't come on the browser window.
The font, I am using, use ISCII (Indian Standard Code for Information Interchange) encoding standard as we do not have Unicode edition for our scripts.
If you can devote a little time and tell me if its possible or not? (to do it for Indian Languages with PHP and ClibPDF).
Please reply soon even if you can't do it or its not possible.
Thanks in advance.
Anvita.

|