mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more:wq
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
// CHAPTER 10. Annotations
|
||||
|
||||
/** Returns the annotations from a PDF in JSON format. */
|
||||
function annotationsJSON(pdf)
|
||||
/** 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) {}
|
||||
|
||||
|
Reference in New Issue
Block a user