资源简介
页码从0开始,即:如果想删除第一页,那么请输入0 即可
代码片段和文件信息
#A simple script to remove extra pages from a PDF doc.
#Requires python3 and PyPDF2
from PyPDF2 import PdfFileWriter PdfFileReader
output = PdfFileWriter()
input1 = PdfFileReader(open(r‘D:\BaiduNetdiskDownload\精品IT编程电子书\第A1期\《Hadoop大数据实战权威指南》QQ群:1532276.pdf‘ “rb“))
# print how many pages input1 has because why not:
print (“Input has %d pages.“ % input1.getNumPages())
print(“List the page numbers to
相关资源
- 笨办法学Python(第三版)
- python遍历文件夹下的所有文件以及文
- python实现PSNR变换
- python上传文件至服务器(支持带cook
- santander-product-recommendation方案1
- python随机生成学生信息并写入文件(
- python基础语法学习
- python输出指定格式的日期
- python Support Vector Machine(SVM)
- python Tkinter的串口调试助手
- 超级好玩的python画图
- python RPC sample
- python贪吃蛇小游戏源码
- Python 打印爱心
- Libvirt_Application_Development_Guide_Using_Py
- python turtle画图(小黄人)
- python比丘特之箭(基于turtle)
- python石头剪刀布小游戏
- python动态 画花朵(turtle)
- python实现:自动更新代码到FTP(仅包
- python画十角花(基于turtle)
- python贪吃蛇(pygame入门级示例源码)
- python强化学习(基于matplotlib)
- 《a byte of python》pdf(python入门书籍)
- python绘制多彩N边形(turtle)
- python钉钉发送消息模块包
- python批量网络文件保存到本地
- python批量提取 龙源期刊文档
-
深度学习目标检测提取xm
l文件中的 - 美图录爬虫(python源码)
评论
共有 条评论