8 lines
199 B
TeX
Raw Normal View History

2022-05-18 17:47:31 +01:00
// CHAPTER 10. Annotations
2022-05-12 16:57:13 +01:00
2022-08-10 19:07:58 +01: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) {}