Reputation: 1292
I have a problem for read PDf file from azure blob storage and convert it into text format. Is there any method available in C#.net to read the PDf file. Or any 3ed party free dll available. thanks in advance
Upvotes: 2
Views: 2295
Reputation: 2407
For pdf reading and manipulating Itextsharp libraby is fine.
For extracting text from pdf see this
Upvotes: 2