mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
88aaf68975
commit
f76003ecc4
@ -1,6 +1,6 @@
|
|||||||
// pdftohtmlEX.cc
|
// pdftohtmlEX.cc
|
||||||
//
|
//
|
||||||
// Copyright (C) 2012 Lu Wang <coolwanglu@gmail.com>
|
// Copyright (C) 2012,2013 Lu Wang <coolwanglu@gmail.com>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
@ -49,7 +49,7 @@ void show_usage_and_exit(const char * dummy = nullptr)
|
|||||||
void show_version_and_exit(const char * dummy = nullptr)
|
void show_version_and_exit(const char * dummy = nullptr)
|
||||||
{
|
{
|
||||||
cerr << "pdftohtmlEX version " << PDF2HTMLEX_VERSION << endl;
|
cerr << "pdftohtmlEX version " << PDF2HTMLEX_VERSION << endl;
|
||||||
cerr << "Copyright 2012 Lu Wang <coolwanglu@gmail.com>" << endl;
|
cerr << "Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com>" << endl;
|
||||||
cerr << "Libraries: ";
|
cerr << "Libraries: ";
|
||||||
cerr << "poppler " << POPPLER_VERSION << ", ";
|
cerr << "poppler " << POPPLER_VERSION << ", ";
|
||||||
cerr << "libfontforge " << ffw_get_version() << endl;
|
cerr << "libfontforge " << ffw_get_version() << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user