mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix for split-pages
This commit is contained in:
parent
a4e27cb9ed
commit
27df68ffe1
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
rename single-html -> embed-font/image/css ...
|
||||||
|
|
||||||
bug found in baidu & github & mail
|
bug found in baidu & github & mail
|
||||||
|
|
||||||
IE9
|
IE9
|
||||||
|
@ -160,7 +160,7 @@ void HTMLRenderer::pre_process()
|
|||||||
|
|
||||||
// if split-pages is specified, open & close the file in the process loop
|
// if split-pages is specified, open & close the file in the process loop
|
||||||
// if not, open the file here:
|
// if not, open the file here:
|
||||||
if(!param->split_pages);
|
if(!param->split_pages)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* If single-html
|
* If single-html
|
||||||
@ -181,7 +181,7 @@ void HTMLRenderer::pre_process()
|
|||||||
void HTMLRenderer::post_process()
|
void HTMLRenderer::post_process()
|
||||||
{
|
{
|
||||||
// close files
|
// close files
|
||||||
html_fout.close();
|
html_fout.close();
|
||||||
css_fout.close();
|
css_fout.close();
|
||||||
|
|
||||||
//only when split-page, do we have some work left to do
|
//only when split-page, do we have some work left to do
|
||||||
|
Loading…
Reference in New Issue
Block a user