mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 16:57:08 +01:00
5 lines
153 B
TeX
5 lines
153 B
TeX
/* CHAPTER 10. Annotations */
|
|
|
|
/** Returns the annotations from a PDF in JSON format. */
|
|
public native byte[] annotationsJSON(Pdf pdf) throws CpdfError;
|