Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Native C# pdf reader [closed]

Tags:

c#

pdf

I need to extract text from PDF file. I've found iTextSharp and PDFBox, but both of them are only Java ports and to make them work i need to use big additional dlls.

So, my question is: is there some native C# library for extracting text from PDF files? If there is no any, is it hard to write one?

like image 391
xZ6a33YaYEfmv Avatar asked Apr 16 '11 22:04

xZ6a33YaYEfmv


2 Answers

Docotic.Pdf library may be used to extract text from PDF files.

The library has no external dependencies and is written in C#. Docotic.Pdf comes in four editions.

Disclaimer: I work for Bit Miracle.

like image 62
Bobrovsky Avatar answered Oct 23 '22 11:10

Bobrovsky


There's PdfSharp

like image 41
erikkallen Avatar answered Oct 23 '22 10:10

erikkallen