Hope
Hope

Reputation: 1292

Read PDF from Blob storage and convert it into text

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

Answers (1)

Md Kamruzzaman Sarker
Md Kamruzzaman Sarker

Reputation: 2407

For pdf reading and manipulating Itextsharp libraby is fine.

For extracting text from pdf see this

Upvotes: 2

Related Questions