You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In my use-case the pdf document might contain texts from multiple languages. Embedding some unicode font
(like Arial MS) is not an option as it blows the size of the file to many MBs instead of few KB.
When creating a pdf document from a docx file (via google docs for example) which contains multiple languages the file size is very small (few KBs).
What might be the solution for such a use-case?
The text was updated successfully, but these errors were encountered:
You can subset a font so that the resulting document only includes the data pertaining to glyphs that were actually drawn on a page as opposed to including the entire font and all its glyphs. See #207 (comment). But note that font subsetting isn't bullet-proof, so you may have to fiddle around with the fonts you're using to find one that will work (see #664 and #494 (comment)).
Hi,
In my use-case the pdf document might contain texts from multiple languages. Embedding some unicode font
(like Arial MS) is not an option as it blows the size of the file to many MBs instead of few KB.
When creating a pdf document from a docx file (via google docs for example) which contains multiple languages the file size is very small (few KBs).
What might be the solution for such a use-case?
The text was updated successfully, but these errors were encountered: