Update Task04 Python操作PDF.md

This commit is contained in:
Muxiaoxiong 2021-06-14 13:56:40 +08:00 committed by GitHub
parent 417a1f12f4
commit ef597b9ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ PDF 操作是本次自动化办公的最后一个知识点,初级的 PDF 自
2. 批量拆分
3. 批量合并
4. 提取文字内容
5. 提表格内容
6. 提图片内容
5. 提表格内容
6. 提图片内容
7. 转换为PDF图片
8. 添加水印
9. 加密与解
9. 加密与解
下面直接开始本节内容。