Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i read the PDF contants, PDF file have English and Hindi character Both, i have used many DLL ItextSharp,PDFBox, PDFLib and many more but, and i have reade the english contents properly but, i am not able to read Hindi contents properly likes: in PDF have contets जितेंद्र कुमार त्रिपाठी and result is िजते कु मार ि पाठी
Posted
Updated 13-Apr-15 23:23pm
v2
Comments
Kornfeld Eliyahu Peter 12-Apr-15 8:20am    
The differences are only font-problems...the dotted circle represents a missing glyph in the font...
Check the byte values of the hindi-string and compare to the expected...
Jitendra Tripathi12 13-Apr-15 7:49am    
i have already done testing by using the given link

Reading pdf content using iTextSharp in C#[^]
Read localized PDF file using Itextsharp[^]

but my problem is still not resolved
i have already Use around to 1000 types of fonts but its not supported

1 solution

I got two answer links for you. Take a look and implement.

1. Reading pdf content using iTextSharp in C#[^]
2. Read localized PDF file using Itextsharp[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900