PDF Reader in .NET

后端 未结 3 1592
臣服心动
臣服心动 2021-01-15 18:21

I want to read PDF files from my .net application. Are there any free libraries available to do this?

相关标签:
3条回答
  • 2021-01-15 18:30

    You could take a look at PDFSharp: http://www.pdfsharp.com/PDFsharp/

    0 讨论(0)
  • 2021-01-15 18:36

    If you are looking for free PDF Read/Write .Net library, then you can visit
    https://itextpdf.com/ (previously itextsharp)

    Note: As mentioned by Dexters, this is library no more free for commercial purpose. It comes under Affero General Public License (AGPL)

    0 讨论(0)
  • 2021-01-15 18:52

    PDFBox is open source and supports advanced text extraction. It also supports lucene search so it's ideal for creating a lucene index.

    0 讨论(0)
提交回复
热议问题