0
我有一個巨大的PDF,其中包含很少的頁面作爲圖像。當我使用Java的PDFDecoder API時,它是否也完美地讀取PDF的這些平坦的[圖像]頁面?JPedal的PDFDecoder API - 是否閱讀PDF中的平面頁面?
我附上了我用來抽取頁面數據的代碼片段以及此問題的FYR。
//解碼頁面
decodePdf.decodePage(page);
//創建分組對象以應用到分組數據
PdfGroupingAlgorithms currentGrouping = decodePdf.getGroupingObject();
// Bounding box for the whole page
PdfPageData currentPageData = decodePdf.getPdfPageData();