Repository Details
Shared by
HelloGitHub Rating
0 ratings
Free•MPL-2.0
Claim
Discuss
Collect
Share
2.3k
Stars
No
Chinese
Python
Language
Yes
Active
53
Contributors
42
Issues
Yes
Organization
9.5.1
Latest
195
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