diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-04-26 20:22:22 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-04-27 17:01:06 +0200 |
commit | a1c86cfcea30b18734488935c636a5d7198b3983 (patch) | |
tree | 58034d2220f43c25c3ee7f3ffa933704657cb537 /docs/mutool/run.html | |
parent | 9b4acc78d2a56a5f79d69f50e72197930509505e (diff) | |
download | mupdf-a1c86cfcea30b18734488935c636a5d7198b3983.tar.xz |
murun: Add pdf.deleteObject().
Diffstat (limited to 'docs/mutool/run.html')
-rw-r--r-- | docs/mutool/run.html | 2 |
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> |