cpdf-source/pysplits/c07.tex

10 lines
324 B
TeX
Raw Normal View History

2021-08-10 15:41:18 +02:00
# CHAPTER 6. Bookmarks
2021-07-26 20:50:33 +02:00
2021-08-10 15:41:18 +02:00
def getBookmarks(pdf):
"""Get the bookmarks for a PDF as a list of tuples.
(level : int, page : int, text : string, openstatus : bool)"""
2021-07-26 20:50:33 +02:00
2021-08-10 15:41:18 +02:00
def setBookmarks(pdf, marks):
"""Set the bookmarks for a PDF as a list of tuples.
(level : int, page : int, text : string, openstatus : bool)"""