coolwanglu/pdf2htmlEX

The html size converted by pdf is very very large!

mingyitianxia opened this issue · 1 comments

Now I convert pdf to html via pdf2htmlEx,

Source file pdf 21MB,
Converted html nearly 900MB,
Conversion command:
pdf2htmlEX --no-drm 0 --embed-image 1 --dest-dir ./output09 ./b.pdf ./b.html
Is there any way to improve the size of the output html?

I already resolve it by the follow command:
pdf2htmlEX --embed-image 1 --embed-css 0 --embed-font 1 --embed-javascript 0 --embed-outline 0 --no-drm 0 --dest-dir ./output0928 ./a.pdf ./a.html