qpdf-version.cc 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef POINTERHOLDER_TRANSITION # define POINTERHOLDER_TRANSITION 4 #endif #include <qpdf/QPDF.hh> #include <iostream> int main() { std::cout << QPDF::QPDFVersion() << std::endl; return 0; }