mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Merge pull request #31 from stephengaito/master
update pdf2htmlEX for poppler-0.75.0
This commit is contained in:
commit
2c40bf992f
@ -66,7 +66,7 @@ string HTMLRenderer::dump_embedded_font (GfxFont * font, FontInfo & info)
|
||||
|
||||
auto * id = font->getID();
|
||||
|
||||
Object ref_obj(id->num, id->gen);
|
||||
Object ref_obj(*id);
|
||||
//ref_obj.initRef(id->num, id->gen);
|
||||
font_obj = ref_obj.fetch(xref);
|
||||
//ref_obj.free();
|
||||
|
Loading…
Reference in New Issue
Block a user