summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-imp.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-11-23 16:28:25 +0000
committerTor Andersson <tor.andersson@artifex.com>2016-12-12 13:40:40 +0100
commitfd2cb625e77cf71eec9d37bdd034cee6ef184d62 (patch)
tree38809491d6b1c7f7623e0b41fc3477f41e728d28 /source/pdf/pdf-imp.h
parente3180169b42481fbbc4886db741782ca1391c46e (diff)
downloadmupdf-fd2cb625e77cf71eec9d37bdd034cee6ef184d62.tar.xz
PDF Portfolio support.
New PDF Portfolio manipulation API. Simple mutool 'portfolio' tool for listing/extracting/embedding files.
Diffstat (limited to 'source/pdf/pdf-imp.h')
-rw-r--r--source/pdf/pdf-imp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/pdf/pdf-imp.h b/source/pdf/pdf-imp.h
index 5f2dcc2d..6dd3571d 100644
--- a/source/pdf/pdf-imp.h
+++ b/source/pdf/pdf-imp.h
@@ -8,4 +8,6 @@ void pdf_drop_ocg(fz_context *ctx, pdf_document *doc);
int pdf_is_hidden_ocg(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_obj *rdb, const char *usage, pdf_obj *ocg);
+void pdf_drop_portfolio(fz_context *ctx, pdf_document *doc);
+
#endif