diff options
Diffstat (limited to 'docs/mutool')
-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> |