7 lines
156 B
TeX
Raw Normal View History

2021-07-06 14:34:03 +01:00
/* CHAPTER 10. Annotations */
2022-01-26 12:41:19 +00:00
/* Return the annotations from a PDF in JSON format, returning also its length.
*/
void *cpdf_annotationsJSON(int, int *);
2021-07-06 14:34:03 +01:00