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 コンバーター
コード:
PDFParser pdfParser = new PDFParser(); pdfParser.ExtractText(path, newpath);
ドキュメントからコンストラクターに入力ストリームを渡す必要があります。