This commit is contained in:
John Whitington
2022-04-04 17:06:06 +02:00
parent 51012bf58e
commit a5916998ae
24 changed files with 1268 additions and 1252 deletions

View File

@@ -1,5 +1,4 @@
CHAPTER 10. Annotations
/* CHAPTER 10. Annotations */
Cpdf.annotationsJSON(Cpdf.Pdf)
Returns the annotations from a PDF in JSON format
/** Returns the annotations from a PDF in JSON format. */
public native byte[] annotationsJSON(Pdf pdf) throws CpdfError;