cpdf-source/html_manual/javascriptsplits/c11.tex

8 lines
199 B
TeX
Raw Normal View History

2022-08-19 16:48:56 +02:00
// CHAPTER 10. Annotations
/** 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) {}