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

Merge pull request #31 from stephengaito/master

update pdf2htmlEX for poppler-0.75.0
This commit is contained in:
stephengaito 2019-09-26 10:45:31 +01:00 committed by GitHub
commit 2c40bf992f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();