js splits in

This commit is contained in:
John Whitington
2022-05-12 16:57:13 +01:00
parent b14c33c2e9
commit 15bee681ae
23 changed files with 1692 additions and 1 deletions

4
javascriptsplits/c11.tex Normal file
View File

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