mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 11:46:35 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
#include <qpdf/QPDF.hh>
|
|
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << QPDF::QPDFVersion() << std::endl;
|
|
return 0;
|
|
}
|