... new PDFTextStripper(); pdDoc = new PDDocument(cosDoc); String parsedText = pdfStripper.getText(pdDoc); System.out.println(parsedText); Thanks ...
確定! 回上一頁