我已经搜索了这个问题的解决方案,但仍然找不到答案.任何帮助,将不胜感激.
Document document = new Document();
Section section = document.AddSection();
Paragraph paragraph = section.AddParagraph();
paragraph.Format.Font.Color = Color.FromCmyk(100, 30, 20, 50);
paragraph.AddText("?????????");
paragraph.Format.Font.Size = 9;
paragraph.Format.Alignment = ParagraphAlignment.Center;
</b>
Run Code Online (Sandbox Code Playgroud)
<...>
在上面的示例中,导出的pdf中不显示"ąčęėįųųūū"字符.
如何设置'MigraDoc'字符集?