summaryrefslogtreecommitdiff
path: root/docs/mutool/run.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mutool/run.html')
-rw-r--r--docs/mutool/run.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html
index 5cc96a88..2eb4be0a 100644
--- a/docs/mutool/run.html
+++ b/docs/mutool/run.html
@@ -693,6 +693,10 @@ to JavaScript objects and arrays by getting and setting their properties.
<dt>PDFObject#isDictionary()
<dt>PDFObject#forEach(function(key,value){...})
<dd>Iterate over all the entries in a dictionary or array and call fun for each key-value pair.
+<dt>PDFObject#length
+<dd>Length of the array.
+<dt>PDFObject#push(item)
+<dd>Append item to the end of the array.
</dl>
<p>