cpdf-source/docsplits/javascriptsplits/c11.tex

8 lines
199 B
TeX
Raw Normal View History

2022-05-18 18:47:31 +02:00
// CHAPTER 10. Annotations
2022-05-12 17:57:13 +02:00
2022-08-10 20:07:58 +02:00
/** Returns the annotations from a PDF in JSON format.
@arg {pdf} pdf PDF document
@return {Uint8Array} results as an array of bytes */
function annotationsJSON(pdf) {}