mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
fix #206
This commit is contained in:
parent
17ba60c0a4
commit
0be34cb104
@ -131,7 +131,7 @@ void SplashBackgroundRenderer::embed_image(int pageno)
|
||||
}
|
||||
else
|
||||
{
|
||||
f_page << (char*)html_renderer->str_fmt("bg%x.png", pageno);
|
||||
f_page << (char*)html_renderer->str_fmt("bg%x.%s", pageno, param.bg_format.c_str());
|
||||
}
|
||||
f_page << "\"/>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user