1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2013-09-25 21:53:24 +08:00
parent 17ba60c0a4
commit 0be34cb104

View File

@ -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 << "\"/>";
}