summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-08-17 12:29:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-08-17 16:09:07 +0200
commitc2ec2c5b4864eabe8ae96003610a4e989159476b (patch)
tree9490ff3ef0d5ecb9e003b9fad553a260da74716d /include
parent90cdd8103c39d0568dd233beae0846e8656c745c (diff)
downloadmupdf-c2ec2c5b4864eabe8ae96003610a4e989159476b.tar.xz
Add PS document writer.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/writer.h b/include/mupdf/fitz/writer.h
index dcf55bab..9e42aa47 100644
--- a/include/mupdf/fitz/writer.h
+++ b/include/mupdf/fitz/writer.h
@@ -96,6 +96,7 @@ fz_document_writer *fz_new_svg_writer(fz_context *ctx, const char *path, const c
fz_document_writer *fz_new_text_writer(fz_context *ctx, const char *format, const char *path, const char *options);
+fz_document_writer *fz_new_ps_writer(fz_context *ctx, const char *path, const char *options);
fz_document_writer *fz_new_pcl_writer(fz_context *ctx, const char *path, const char *options);
fz_document_writer *fz_new_pwg_writer(fz_context *ctx, const char *path, const char *options);