summaryrefslogtreecommitdiff
path: root/docs/manual-mutool-run.html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-11-12 21:16:12 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-11-13 13:41:23 +0100
commit9a8a3fe5e1d3e319559fd0bde2bc40bc47ee01bd (patch)
tree4fe7f885c3c35cd53da1893b94a7eea6fdb8ce9b /docs/manual-mutool-run.html
parentd3a097de722b4fc39e108e30c5b2f6207bdf4b17 (diff)
downloadmupdf-9a8a3fe5e1d3e319559fd0bde2bc40bc47ee01bd.tar.xz
js: Add PDFDocument.loadImage() function.
Diffstat (limited to 'docs/manual-mutool-run.html')
-rw-r--r--docs/manual-mutool-run.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual-mutool-run.html b/docs/manual-mutool-run.html
index f9fcf976..5954648a 100644
--- a/docs/manual-mutool-run.html
+++ b/docs/manual-mutool-run.html
@@ -768,6 +768,8 @@ and style ("serif" or "sans-serif").
<dd>Create a PDF object from the Font object as an Identity-H encoded CID font.
<dt>PDFDocument#addImage(image)
<dd>Create a PDF object from the Image object.
+<dt>PDFDocument#loadImage(obj)
+<dd>Load an Image from a PDF object (typically an indirect reference to an image resource).
</dl>
<h3>