Input text string format for generating multilingual text in pdf

Viewed 18

Hex view of the pdf output document

I need to generate a PDF document containing multilingual string using c++.

For which i need to know the content of the text string input containing a multilingual character.

I first started with Greek Alpha of Arial true type font with embedding which eventually generates a PDF file.

I am not looking for type1 standard fonts using Symbol for Greek char, but need a generalised unicode version of programming for truetype and opentype fonts and in future want to expand to include many linguistic character sets in a generalised manner.

As per my trials, if I need only one character alpha to be printed wherein I give in content stream as

<012E> or <0305> or <0391> as glyph id from cmap table or glyph index or unicode value respectively,

none results me the output. The file is empty and does not have any font information in document properties. Font embedding is not shown in pic but available.

So where am I mistaken...?

Have attached the pdf objects list as image link.

Thank you.

0 Answers
Related