summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-07-04 12:14:21 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-07-05 15:32:35 +0200
commit3da3d103216bf8966236621389e75943fdf08d24 (patch)
treed7b92dfd1e7cc1907d8792f40f082a4b3376f990 /include/mupdf/pdf
parent96cc776650a1845f4b3894c2311bee4d51d60f20 (diff)
downloadmupdf-3da3d103216bf8966236621389e75943fdf08d24.tar.xz
Add digital signature appearance synthesis.
The pdf_update_signature_appearance function must be called directly by the signing code when it signs the document; as only the signing code has all the text that needs to be written into the appearance.
Diffstat (limited to 'include/mupdf/pdf')
-rw-r--r--include/mupdf/pdf/name-table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/pdf/name-table.h b/include/mupdf/pdf/name-table.h
index bff67b0d..385f7331 100644
--- a/include/mupdf/pdf/name-table.h
+++ b/include/mupdf/pdf/name-table.h
@@ -371,6 +371,7 @@ PDF_MAKE_NAME("SubFilter", SubFilter)
PDF_MAKE_NAME("Subtype", Subtype)
PDF_MAKE_NAME("Subtype2", Subtype2)
PDF_MAKE_NAME("Supplement", Supplement)
+PDF_MAKE_NAME("Symb", Symb)
PDF_MAKE_NAME("T", T)
PDF_MAKE_NAME("TR", TR)
PDF_MAKE_NAME("TR2", TR2)
@@ -430,6 +431,7 @@ PDF_MAKE_NAME("XRefStm", XRefStm)
PDF_MAKE_NAME("XStep", XStep)
PDF_MAKE_NAME("XYZ", XYZ)
PDF_MAKE_NAME("YStep", YStep)
+PDF_MAKE_NAME("ZaDb", ZaDb)
PDF_MAKE_NAME("adbe.pkcs7.detached", adbe_pkcs7_detached)
PDF_MAKE_NAME("ca", ca)
PDF_MAKE_NAME("n0", n0)