summaryrefslogtreecommitdiff
path: root/source/tools/mutool.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/mutool.c')
-rw-r--r--source/tools/mutool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/tools/mutool.c b/source/tools/mutool.c
index 3ba45ea0..95c49fa1 100644
--- a/source/tools/mutool.c
+++ b/source/tools/mutool.c
@@ -11,6 +11,7 @@
int muconvert_main(int argc, char *argv[]);
int mudraw_main(int argc, char *argv[]);
int murun_main(int argc, char *argv[]);
+
int pdfclean_main(int argc, char *argv[]);
int pdfextract_main(int argc, char *argv[]);
int pdfinfo_main(int argc, char *argv[]);
@@ -28,6 +29,7 @@ static struct {
{ muconvert_main, "convert", "convert document" },
{ mudraw_main, "draw", "convert document" },
{ murun_main, "run", "run javascript" },
+#if FZ_ENABLE_PDF
{ pdfclean_main, "clean", "rewrite pdf file" },
{ pdfextract_main, "extract", "extract font and image resources" },
{ pdfinfo_main, "info", "show information about pdf resources" },
@@ -36,6 +38,7 @@ static struct {
{ pdfshow_main, "show", "show internal pdf objects" },
{ pdfcreate_main, "create", "create pdf document" },
{ pdfmerge_main, "merge", "merge pages from multiple pdf sources into a new pdf" },
+#endif
};
static int