How to read PDF files in VB.net or convert PDF to word document in VB.net

后端 未结 1 1714
忘了有多久
忘了有多久 2021-01-26 03:27

I need to read text in a PDF with an application written in VB.net. What is currently the best way of doing this. I am also open to first convert the PDF to a word document an

1条回答
  •  闹比i
    闹比i (楼主)
    2021-01-26 04:05

    iTextPdf looks like a good starting point, open source and c# so any examples should be portable to vb.net The c# port http://sourceforge.net/projects/itextsharp/files/

    The site http://itextpdf.com/

    alternativly take a look at this article for a number of .net alternatives http://www.codeproject.com/KB/string/pdf2text.aspx

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