1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 17:48:38 +00:00
This commit is contained in:
Lu Wang 2012-08-13 23:24:19 +08:00
parent 9450ea1f82
commit 39e220547a

View File

@ -77,8 +77,8 @@ HTMLRenderer::~HTMLRenderer()
void HTMLRenderer::process(PDFDoc *doc) void HTMLRenderer::process(PDFDoc *doc)
{ {
write_html_head();
std::cerr << "Processing Text: "; std::cerr << "Processing Text: ";
write_html_head();
xref = doc->getXRef(); xref = doc->getXRef();
for(int i = param->first_page; i <= param->last_page ; ++i) for(int i = param->first_page; i <= param->last_page ; ++i)
{ {
@ -89,8 +89,8 @@ void HTMLRenderer::process(PDFDoc *doc)
std::cerr << "."; std::cerr << ".";
std::cerr.flush(); std::cerr.flush();
} }
std::cerr << std::endl;
write_html_tail(); write_html_tail();
std::cerr << std::endl;
if(param->process_nontext) if(param->process_nontext)
{ {