summaryrefslogtreecommitdiff
path: root/systems/doc/luatex/luatex-backend.tex
diff options
context:
space:
mode:
Diffstat (limited to 'systems/doc/luatex/luatex-backend.tex')
-rw-r--r--systems/doc/luatex/luatex-backend.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/systems/doc/luatex/luatex-backend.tex b/systems/doc/luatex/luatex-backend.tex
index afbaa84d0c..672288d45c 100644
--- a/systems/doc/luatex/luatex-backend.tex
+++ b/systems/doc/luatex/luatex-backend.tex
@@ -125,7 +125,7 @@ after the \PDFTEX\ equivalents.
\stopsubsection
\startsubsection[title={\type {[set|get]suppressoptionalinfo}, \type {[set|get]trailerid},
-\type {[set|get]omitcidset}, \type {[set|get]omitinfodict} and \type {[set|get]omitmediabox}}]
+\type {[set|get]omitcidset}, \type {[set|get]omitinfo} and \type {[set|get]omitmediabox}}]
\topicindex{\PDF+options}
\topicindex{\PDF+trailer}
@@ -134,7 +134,7 @@ after the \PDFTEX\ equivalents.
\libindex{gettrailerid} \libindex{settrailerid}
\libindex{getomitcidset} \libindex{setomitcidset}
\libindex{getomitcharset} \libindex{setomitcharset}
-\libindex{getomitinfodict} \libindex{setomitinfodict}
+\libindex{getomitinfo} \libindex{setomitinfo}
\libindex{getomitmediabox} \libindex{setomitmediabox}
The optional info bitset (a number) determines what kind of info gets flushed.
@@ -619,12 +619,11 @@ pdfe.getstatus(<pdfe document>)
The returned codes are:
-
\starttabulate[|c|l|]
\DB value \BC explanation \NC \NR
\TB
\NC \type {-2} \NC the document is (still) protected \NC \NR
-\NC \type {-1} \NC the document failed to open \NC \NR
+\NC \type {-1} \NC the document failed to open \NC \NR
\NC \type {0} \NC the document is not encrypted \NC \NR
\NC \type {1} \NC the document has been unencrypted \NC \NR
\LL
@@ -943,7 +942,7 @@ pdfscanner.scan (<pdfe array>, <table> operatortable, <table> info)
pdfscanner.scan (<string>, <table> operatortable, <table> info)
\stopfunctioncall
-The first argument should be a \LUA\ string or a stream or array onject coming
+The first argument should be a \LUA\ string or a stream or array object coming
from the \type {pdfe} library. The second argument, \type {operatortable}, should
be a \LUA\ table where the keys are \PDF\ operator name strings and the values
are \LUA\ functions (defined by you) that are used to process those operators.