itext7 Hyphenation-某些语言传递给HyphenationConfig的问题

时间:2018-08-09 15:06:12

标签: .net itext7 hyphenation

我正在将语言和国家/地区的ISO代码传递给HyphenationConfig对象。

document.SetHyphenation(new HyphenationConfig(language, country, 3, 3))

但是,当我尝试使用itext7为我的应用程序所具有的所有语言国家/地区生成PDF时,例如,对于许多种语言,itext7尝试执行document.Add()时,都会收到“ StackOverflow”错误消息。保加利亚语,支票,瑞典语。 而且它不会每次都中断。

有人知道哪种语言/国家可以传递给HyphenationConfig吗? 这些语言/国家/地区代码是ISO代码吗?

0 个答案:

没有答案