0
이미지가 거의없는 페이지가있는 거대한 PDF가 있습니다. Java의 PDFDecoder API를 사용할 때 PDF의 이러한 병합 된 [이미지] 페이지도 완벽하게 읽습니까?JPedal의 PDFDecoder API - PDF의 병합 된 페이지를 읽습니까?
나는이 질문 FYR과 함께 페이지 데이터를 추출하는 데 사용하는 코드 스 니펫을 첨부했습니다.
// 페이지
decodePdf.decodePage (페이지)를 디코딩;
// 데이터
PdfGroupingAlgorithms currentGrouping = decodePdf.getGroupingObject()에 그룹화 적용 할 그룹화 객체를 생성;
// Bounding box for the whole page
PdfPageData currentPageData = decodePdf.getPdfPageData();