Repository Details
Shared by
HelloGitHub Rating
0 ratings
Free•MPL-2.0
Claim
Discuss
Collect
Share
2.2k
Stars
No
Chinese
Python
Language
Yes
Active
53
Contributors
41
Issues
Yes
Organization
9.4.2
Latest
193
Forks
MPL-2.0
License
More
用于读取和写入 PDF 文件的 Python 库
```python
import pikepdf
with pikepdf.open('input.pdf') as pdf:
num_pages = len(pdf.pages)
del pdf.pages[-1]
pdf.save('output.pdf')
```
Comments
Rating:
No comments yet