7 lines
156 B
TeX
Raw Normal View History

2021-06-18 14:19:43 +01:00
/* CHAPTER 10. Annotations */
2022-01-19 17:09:46 +00:00
/* Return the annotations from a PDF in JSON format, returning also its length.
*/
void *cpdf_annotationsJSON(int, int *);
2021-06-18 14:19:43 +01:00