문제

Im programming an app that generates PDFs for several situations. In some of them there are greek letters that should be displayed. My Problem is that including a font like arial that provides these chars adds some mb to my pdfs because the whole font is included in the pdf.

Is there a way to include just the chars needed or to generate a "new" font that only includes the chars needed as another font?

도움이 되었습니까?

해결책

The feature you are looking for is font subsetting. This is normally a function of the code making the pdf.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top