1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

fix for split-pages

This commit is contained in:
Lu Wang 2012-09-13 01:30:51 +08:00
parent a4e27cb9ed
commit 27df68ffe1
2 changed files with 4 additions and 2 deletions

2
TODO
View File

@ -1,3 +1,5 @@
rename single-html -> embed-font/image/css ...
bug found in baidu & github & mail
IE9

View File

@ -160,7 +160,7 @@ void HTMLRenderer::pre_process()
// if split-pages is specified, open & close the file in the process loop
// if not, open the file here:
if(!param->split_pages);
if(!param->split_pages)
{
/*
* If single-html
@ -181,7 +181,7 @@ void HTMLRenderer::pre_process()
void HTMLRenderer::post_process()
{
// close files
html_fout.close();
html_fout.close();
css_fout.close();
//only when split-page, do we have some work left to do