gpt4 book ai didi

c# - 如何更改 PdfPTable 中的字体大小?

转载 作者:太空狗 更新时间:2023-10-29 19:53:08 24 4
gpt4 key购买 nike

我正在使用 itextsharp 在 pdf 上动态书写。我正在 pdf 文档中创建一个表,其中包含数据库中的值。谁能告诉我如何修改表中值的字体大小。

最佳答案

试试这个:

Font fontH1 = new Font(Currier, 16, Font.NORMAL);

PdfPTable table = new PdfPTable(1);

table.AddCell(new PdfPCell(new Phrase(yourDatabaseValue,fontH1)));

关于c# - 如何更改 PdfPTable 中的字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11619176/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com