question

66287095 avatar image
0 Votes"
66287095 asked 66287095 published

About MS font license (question in Japanese)

いつもお世話になっております。

私インフラ担当のエンジニアをしており、ビジネス用Webアプリケーションを開発しており
grape city Diodocs for Excel というサービスを利用しております。

システムのサーバーOSがLinuxです。
ExcelデータからPDFの変換時にMSフォントが必要になり困っております。
・grape cityのナレッジではMSフォントと互換性のあるフォントであれば既定とみなすと書かれておりますが、互換性の高いフォント(IPAフォント・梅pゴシック等)をインストールしても文字化けしたままで互換性があいません。
※開発段階でPCからMSフォント(msgothic.ttc)をインストールし試すと文字化けはもちろん解消しました。

・もしライセンス的に問題がなければ、PCから入手したフォントファイルを使用できたらなと思っているのですが可能でしょうか?
・また、そのような利用方法を許可可能なライセンスを取得することは可能でしょうか?

もしどちらも難しいようでしたら、互換性が一致するフォントがありご存じであれば教えて頂けると幸いです。

コロナの影響でご多忙かとは思いますが、何卒ご回答のほど宜しくお願い致します。

windows-server
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Currently only English is supported in QnA problem.

Since my Japanese is not enough to do good translation, I'll try to answer your question below instead. Please wait...

0 Votes 0 ·

1 Answer

cheong00 avatar image
0 Votes"
cheong00 answered 66287095 published

The fonts comes with Windows (and MS Office) are copyrighted and not redistributable. You cannot just copy and use them on other systems.

For use of PDF, it'll need to be generated on Windows machine, then it could be embedded to the PDF file.

And I think there needs special arrangement to use CJK fonts in PDF files, as Crystal Report before v10.5 also suffers the same problem when trying to create PDF with CJK characters. If the software uses iText, you'll need iText-Asian JAR file for it to work.

I would recommend you to try a font installed on Linux instead, since a lot of those files are in TTF format now, should have decent chance of success.

If the PDF has rendering problem, the best solution is to "convert to curve" these PDF files. Instead of having corresponding characters, you're drawing the glyphs of the characters as lines so it can surely be displayed. The downside is the text would no longer be searchable.

To obtain redistributable license for Microsoft Fonts, you can read from here.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

丁寧なご対応ありがとうございます!
インフラ側の問題ではなく、プログラム側の問題のようでした。
ありがとうございます!

0 Votes 0 ·