# Pdf Handle **Repository Path**: scrap_heap/pdf-handle ## Basic Information - **Project Name**: Pdf Handle - **Description**: 用于处理纯图pdf,对纯图pdf进行批量修改 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-07 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pdf Handle #### 介绍 用于处理纯图pdf,对纯图pdf进行批量擦除 #### 软件架构 - 主要采用 `spire.pdf` 来进行图片覆盖处理。 - 但是由于`spire.pdf`免费版会出现水印,所以采用 `itextpdf`与`spire.pdf`组合的方案。