summaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/qpdf.cc')
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 40a83a87..451cdeb6 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -858,6 +858,8 @@ int main(int argc, char* argv[])
std::cout << "checking " << infilename << std::endl;
try
{
+ std::cout << "PDF Version: " << pdf.getPDFVersion()
+ << std::endl;
::show_encryption(pdf);
if (pdf.isLinearized())
{