10 lines
310 B
TeX
10 lines
310 B
TeX
def annotationsJSON(pdf):
|
|
"""Gets the annotations in JSON format."""
|
|
|
|
def removeAnnotations(pdf, r):
|
|
"""Removes all annotations from pages in the given range."""
|
|
|
|
def setAnnotationsJSON(pdf, data):
|
|
"""Adds the annotations given in JSON format to the PDF, on top of any
|
|
existing annotations."""
|