summaryrefslogtreecommitdiff
path: root/apps/pdfshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdfshow.c')
-rw-r--r--apps/pdfshow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/pdfshow.c b/apps/pdfshow.c
index 22891e05..570bf1c2 100644
--- a/apps/pdfshow.c
+++ b/apps/pdfshow.c
@@ -183,6 +183,9 @@ static void showgrep(char *filename)
fz_dropobj(obj);
}
}
+
+ printf("%s:trailer: ", filename);
+ fz_fprintobj(stdout, xref->trailer, 1);
}
int main(int argc, char **argv)