摘要:using System; using System.IO; using iTextSharp.text.pdf; namespace PdfToText { /**//// /// Parses a PDF file and extracts the text from it. /// public class PDFParser { ...
阅读全文
posted @ 2008-03-25 11:34
|
|||
03 2008 档案
摘要:using System; using System.IO; using iTextSharp.text.pdf; namespace PdfToText { /**//// /// Parses a PDF file and extracts the text from it. /// public class PDFParser { ...
阅读全文
posted @ 2008-03-25 11:34
|
|||