简介
Apache PDFBox® - A Java PDF Library
The Apache PDFBox® library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.
特征
- 提取文本
- 拆分合并
- 预检
- 另存为图像
- 创建文件
用法介绍
可以使用命令行的方式,实现对pdf文件的拆分等操作。比如:
java -jar pdfbox-app-2.0.3.jar PDFSplit -split 1 -startPage 1 -outputPrefix $(basename 文件名称) 文件名称
实现对指定pdf文件,按页拆分并生成文件。
Apache PDFBox是一款开源的Java工具库,用于处理PDF文档。它支持创建、编辑和提取PDF内容,并提供了一些命令行工具。主要功能包括文本提取、文档拆分与合并、预检及转换为图像等。
2253

被折叠的 条评论
为什么被折叠?



