Just tried the pdaXii13 on my C1000, it works great!
However, after I tried to add chinese font in the system, XPDF complains he can not find the fonts.
====These are what I have done====
linked my chinese font to font directory
executed fc-cache -f -v to recreate the font cache
export LC_ALL=zh_TW
export LANG=zh_TW
==========================
====the error code reads as follows===
warning: Cannont convert string "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1" to type FontStruct
warning: Cannont convert string "-*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1" to type FontStruct
warning: Cannont convert string "-*-times-bold-i-normal--20-*-*-*-*-*-iso8859-1" to type FontStruct
warning: Cannont convert string "-*-times-medium-r-normal--16-*-*-*-*-*-iso8859-1" to type FontStruct
===========================
Any idea how to restore the fonts in XPDF?
what should I do?