c++ - Lighten Chromium Embedded Framework (CEF) library for pdf generation -


since wkhtmltopdf not using up-to-date version of webkit, tried search option.

i have found slimer headless browser based on gecko, , gives pretty result not headless , project bit immature.

one option want try using chromium embedded framework render pdf. read sources , find out can run headless, , since it's using blink, result pretty , can use recent html/css/javascript features.

one drawback size. after compiling got libcef.so file of 92mo.

so question is: is there way lighten in size compiled binary of cef pdf generation ? (except manually removing non desired part source code... quite long , painfull...)


Comments