From a1c86cfcea30b18734488935c636a5d7198b3983 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Apr 2016 20:22:22 +0200 Subject: murun: Add pdf.deleteObject(). --- docs/mutool/run.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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
PDFDocument#createObject()
Allocate a new numbered object in the PDF, and return an indirect reference to it. The object itself is uninitialized. +
PDFDocument#deleteObject(obj) +
Delete the object referred to by the indirect reference.

-- cgit v1.2.3