Michael A
Michael A

Reputation: 5840

Writing and showing Hebrew letters on pdf

I am writing contents on pdf file.

When i write Hebrew letters ("שלום") The letters dont appear on the pdf.

Waybe its a Encode issue, anyhow how can i write Hebrew on a pdf file?

Upvotes: 1

Views: 1574

Answers (2)

Ruben Kazumov
Ruben Kazumov

Reputation: 3872

You need the font with Hebrew letters (glyphs) embedded in PDF.

Upvotes: 0

Oded
Oded

Reputation: 498904

It could be an encoding issue, but it is difficult to tell without knowing how you are writing to the PDF file (what library, what encoding etc...).

Another thing to look at are the embedded fonts used in the PDF - by default there wouldn't be any and you would need to embed a Hebrew font to be used for Hebrew text. You would need to ensure that you have the rights to embed and distribute such a font before doing so.

Upvotes: 2

Related Questions