Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
错误 1
'org.pdfbox.pdfparser.PDFParser.PDFParser(java.io.InputStream)' 的最佳重载方法匹配有一些无效参数 H:\pdf_ver3.cs 129 51 PDF-to-Text Converter
代码:
PDFParser pdfParser = new PDFParser(); pdfParser.ExtractText(path, newpath);
您需要将文档中的输入流提供给构造函数。