cpdf-source/html_manual/pysplits/c07.tex
John Whitington 25eb56fbdf more
2021-09-27 19:18:25 +01:00

10 lines
348 B
TeX

# 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)"""
def setBookmarks(pdf, marks):
"""Set the bookmarks for a PDF as a list of tuples of the form:
(level : int, page : int, text : string, openstatus : bool)"""