mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 08:46:39 +01:00
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."""
|