summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-26 20:22:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-27 17:01:06 +0200
commita1c86cfcea30b18734488935c636a5d7198b3983 (patch)
tree58034d2220f43c25c3ee7f3ffa933704657cb537 /docs
parent9b4acc78d2a56a5f79d69f50e72197930509505e (diff)
downloadmupdf-a1c86cfcea30b18734488935c636a5d7198b3983.tar.xz
murun: Add pdf.deleteObject().
Diffstat (limited to 'docs')
-rw-r--r--docs/mutool/run.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html
index 8460f2f8..0b8e86d1 100644
--- a/docs/mutool/run.html
+++ b/docs/mutool/run.html
@@ -513,6 +513,8 @@ Some dictionaries in PDF also have attached binary data. These are called stream
<dt>PDFDocument#createObject()
<dd>Allocate a new numbered object in the PDF, and return an indirect reference to it.
The object itself is uninitialized.
+<dt>PDFDocument#deleteObject(obj)
+<dd>Delete the object referred to by the indirect reference.
</dl>
<p>