public class PdfHandler extends Object
Copyright (c) 2020 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
| 构造器和说明 |
|---|
PdfHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DocumentAnalyzer |
getDocumentAnalyzer(Document document)
获取文档分析器
|
static DocumentExtractor |
getDocumentExtractor(Document document)
获取文档提取器
|
static DocumentHandler |
getDocumentHandler()
获取文档助手
|
static DocumentProcessor |
getDocumentProcessor(Document document)
获取文档处理器
|
static FontHandler |
getFontHandler()
获取字体助手
|
public static FontHandler getFontHandler()
public static DocumentHandler getDocumentHandler()
public static DocumentProcessor getDocumentProcessor(Document document)
document - 文档public static DocumentAnalyzer getDocumentAnalyzer(Document document)
document - 文档public static DocumentExtractor getDocumentExtractor(Document document)
document - 文档Copyright © 2024. All rights reserved.