pysplits done for v2.7

This commit is contained in:
John Whitington
2024-04-17 08:22:10 +08:00
parent 02502881e8
commit dcbd18f65e
20 changed files with 21 additions and 59 deletions

View File

@ -1,5 +1,3 @@
# CHAPTER 6. Bookmarks
def getBookmarks(pdf):
"""Get the bookmarks for a PDF as a list of tuples of the form:
(level : int, page : int, text : string, openstatus : bool)"""