mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
9450ea1f82
commit
39e220547a
@ -77,8 +77,8 @@ HTMLRenderer::~HTMLRenderer()
|
||||
|
||||
void HTMLRenderer::process(PDFDoc *doc)
|
||||
{
|
||||
write_html_head();
|
||||
std::cerr << "Processing Text: ";
|
||||
write_html_head();
|
||||
xref = doc->getXRef();
|
||||
for(int i = param->first_page; i <= param->last_page ; ++i)
|
||||
{
|
||||
@ -89,8 +89,8 @@ void HTMLRenderer::process(PDFDoc *doc)
|
||||
std::cerr << ".";
|
||||
std::cerr.flush();
|
||||
}
|
||||
std::cerr << std::endl;
|
||||
write_html_tail();
|
||||
std::cerr << std::endl;
|
||||
|
||||
if(param->process_nontext)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user