# readPdfToTXT
**Repository Path**: My_better/readPdfToTXT
## Basic Information
- **Project Name**: readPdfToTXT
- **Description**: 读取pdf文件,将其中的文字按页进行拆分
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-08-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# readPdfToTXT
#### 介绍
读取pdf文件,将其中的文字按页进行拆分
#### 依赖包
##### 首先,在pom.xml文件中配置Maven仓库路径。
```
com.e-iceblue
e-iceblue
http://repo.e-iceblue.com/nexus/content/groups/public/
```
##### 然后,在pom.xml文件中指定Spire.PDF for Java的Maven依赖。
```
e-iceblue
spire.pdf
2.2.0
```