If I have a simple hello world file:
and I run `prince test.html` the output .pdf will be tiny (10K).
If I change this to
then the output will be (6.8MB).
I'm guessing that some enormous font is being included (but have no idea). Is there anyway to shrink this output? Perhaps this can be/has been fixed in a new version of prince.
For now, I'd also appreciate any pdf postprocessing that will fix this massive file size increase.
<!DOCTYPE HTML>
<html><body>A</body></html>
and I run `prince test.html` the output .pdf will be tiny (10K).
If I change this to
<!DOCTYPE HTML>
<html><body>人</body></html>
then the output will be (6.8MB).
I'm guessing that some enormous font is being included (but have no idea). Is there anyway to shrink this output? Perhaps this can be/has been fixed in a new version of prince.
For now, I'd also appreciate any pdf postprocessing that will fix this massive file size increase.