使用 PDDocument 類的靜態方法 load() 載入現有的PDF文件。 ... File file = new File("path_of_the_document"); PDDocument document = PDDocument.load(file);.
確定! 回上一頁