Hello guys,
I have question and challenge with Font type identity-H. Actually i am tryping to convert PDF file to TIF using 3rd party tool called Ghostscript v.9. When pdf input stream comes in as a thread then my code converts its to tif using gs tool. problem is when it is converting Identity-H encoded file then file shows junk characters means converted file not shown correctly seems to be missing font.
When i analyze pdf fil using pdffonts tool then it shows it is using only Arial font (CID) with unicode set to True. And in my gs fontmap i have pointed arial font to both identity and unicode types and finds font from correct location but does not find and correct to correct encoding.
Anybody know how can we convert Identity-H type fonts to unicode or anybody knows how can I fix this conversion from pdf to tif with correct fonts that should be reads in tif.
Thanks in advance.
Regards
Ahmed