summaryrefslogtreecommitdiff
path: root/tex/generic/context/luatex/luatex-pdf.tex
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-03-26 13:38:18 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-03-26 13:38:18 +0100
commit788487819ccf38a8478cc2afd88e0c0b088d0ec1 (patch)
tree215addbe3b9e293c2958227e7fc8923880b2e71f /tex/generic/context/luatex/luatex-pdf.tex
parentadfe72d5a0c9d7bdc1bd7bc8faabb4d05e21d70a (diff)
downloadcontext-788487819ccf38a8478cc2afd88e0c0b088d0ec1.tar.gz
2016-03-26 13:07:00
Diffstat (limited to 'tex/generic/context/luatex/luatex-pdf.tex')
-rw-r--r--tex/generic/context/luatex/luatex-pdf.tex63
1 files changed, 39 insertions, 24 deletions
diff --git a/tex/generic/context/luatex/luatex-pdf.tex b/tex/generic/context/luatex/luatex-pdf.tex
index 1263f21e2..e38f77c4c 100644
--- a/tex/generic/context/luatex/luatex-pdf.tex
+++ b/tex/generic/context/luatex/luatex-pdf.tex
@@ -67,30 +67,45 @@
% commands
- \protected\gdef\pdfliteral {\pdfextension literal}
- \protected\gdef\pdfcolorstack {\pdfextension colorstack}
- \protected\gdef\pdfsetmatrix {\pdfextension setmatrix}
- \protected\gdef\pdfsave {\pdfextension save\relax}
- \protected\gdef\pdfrestore {\pdfextension restore\relax}
- \protected\gdef\pdfobj {\pdfextension obj }
- \protected\gdef\pdfrefobj {\pdfextension refobj }
- \protected\gdef\pdfannot {\pdfextension annot }
- \protected\gdef\pdfstartlink {\pdfextension startlink }
- \protected\gdef\pdfendlink {\pdfextension endlink\relax}
- \protected\gdef\pdfoutline {\pdfextension outline }
- \protected\gdef\pdfdest {\pdfextension dest }
- \protected\gdef\pdfthread {\pdfextension thread }
- \protected\gdef\pdfstartthread {\pdfextension startthread }
- \protected\gdef\pdfendthread {\pdfextension endthread\relax}
- \protected\gdef\pdfinfo {\pdfextension info }
- \protected\gdef\pdfcatalog {\pdfextension catalog }
- \protected\gdef\pdfnames {\pdfextension names }
- \protected\gdef\pdfincludechars {\pdfextension includechars }
- \protected\gdef\pdffontattr {\pdfextension fontattr }
- \protected\gdef\pdfmapfile {\pdfextension mapfile }
- \protected\gdef\pdfmapline {\pdfextension mapline }
- \protected\gdef\pdftrailer {\pdfextension trailer }
- \protected\gdef\pdfglyphtounicode {\pdfextension glyphtounicode }
+ \protected\gdef\pdfliteral {\pdfextension literal}
+ \protected\gdef\pdfcolorstack {\pdfextension colorstack}
+ \protected\gdef\pdfsetmatrix {\pdfextension setmatrix}
+ \protected\gdef\pdfsave {\pdfextension save\relax}
+ \protected\gdef\pdfrestore {\pdfextension restore\relax}
+ \protected\gdef\pdfobj {\pdfextension obj }
+ \protected\gdef\pdfrefobj {\pdfextension refobj }
+ \protected\gdef\pdfannot {\pdfextension annot }
+ \protected\gdef\pdfstartlink {\pdfextension startlink }
+ \protected\gdef\pdfendlink {\pdfextension endlink\relax}
+ \protected\gdef\pdfoutline {\pdfextension outline }
+ \protected\gdef\pdfdest {\pdfextension dest }
+ \protected\gdef\pdfthread {\pdfextension thread }
+ \protected\gdef\pdfstartthread {\pdfextension startthread }
+ \protected\gdef\pdfendthread {\pdfextension endthread\relax}
+ \protected\gdef\pdfinfo {\pdfextension info }
+ \protected\gdef\pdfcatalog {\pdfextension catalog }
+ \protected\gdef\pdfnames {\pdfextension names }
+ \protected\gdef\pdfincludechars {\pdfextension includechars }
+ \protected\gdef\pdffontattr {\pdfextension fontattr }
+ \protected\gdef\pdfmapfile {\pdfextension mapfile }
+ \protected\gdef\pdfmapline {\pdfextension mapline }
+ \protected\gdef\pdftrailer {\pdfextension trailer }
+ \protected\gdef\pdfglyphtounicode {\pdfextension glyphtounicode }
+ \protected\gdef\pdfsuppressoptionalinfo {\pdfextension suppressoptionalinfo }
+ \global \let \pdfsuppressptexinfo \pdfsuppressoptionalinfo
+ \protected\gdef\pdfinfoid {\pdfextension infoid }
+ \protected\gdef\pdfinfoomitdate {\pdfextension suppressoptionalinfo \numexpr32+64\relax}
+
+ \chardef\pdfnofullbanner = 1
+ \chardef\pdfnofilename = 2
+ \chardef\pdfnopagenumber = 4
+ \chardef\pdfnoinfodict = 8
+ \chardef\pdfnocreator = 16
+ \chardef\pdfnocreationdate = 32
+ \chardef\pdfnomoddate = 64
+ \chardef\pdfnoproducer = 128
+ \chardef\pdfnotrapped = 256
+ \chardef\pdfnoid = 512
% converted