mnaftal
mnaftal

Reputation: 195

Creating hebrew PDF files in .NET

I need to create a PDF file for my project using Windows Forms in C#, Visual Studio 2010.

I have done something with iTextSharp, but it only writes in English, and I need Hebrew using UTF-8.

Upvotes: 1

Views: 1592

Answers (1)

Vitaliy Shibaev
Vitaliy Shibaev

Reputation: 1450

You can try the Docotic.Pdf Library. It shows Unicode text without a problem, see the corresponding sample.

Docotic.Pdf comes with free licenses for personal or otherwise non-commercial projects.

Upvotes: 1

Related Questions