Skip to content

Commit

Permalink
document: add task
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 23, 2023
1 parent 71a0a63 commit c519024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pypdfium2/_helpers/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ def del_page(self, index):
"""
Remove the page at *index* (zero-based).
"""
# FIXME what if the caller still has a handle to the page?
pdfium_c.FPDFPage_Delete(self, index)


Expand Down

0 comments on commit c519024

Please sign in to comment.