From f0690e5d4c6c6b1ae66b8c0bb3425bb2fbba0b29 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 9 Nov 2016 12:36:01 +0100 Subject: Add optional 'object' argument to pdf_add_stream. --- docs/mutool/run.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 2081202a..bb726e2c 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -642,8 +642,8 @@ Do NOT mix and match objects from one document with another document!
PDFDocument#addObject(obj)
Add 'obj' to the PDF as a numbered object, and return an indirect reference to it. -
PDFDocument#addStream(buffer) -
Create a stream object with the contents of 'buffer', add it to the PDF, and return an indirect reference to it. +
PDFDocument#addStream(buffer, object) +
Create a stream object with the contents of 'buffer', add it to the PDF, and return an indirect reference to it. If object is defined, it will be used as the stream object dictionary.
PDFDocument#newNull()
PDFDocument#newBoolean(boolean)
PDFDocument#newInteger(number) -- cgit v1.2.3