gpt4 book ai didi

java - 使用Java生成pdf : Making fields bold

转载 作者:行者123 更新时间:2023-12-01 12:52:53 26 4
gpt4 key购买 nike

我正在编写java源代码来使用iText生成pdf文件。下面的代码正在运行并生成 pdf 文件。

Document document = new Document();
Paragraph preface = new Paragraph();
Font documentFont = new Font (Font.FontFamily.TIMES_ROMAN, 12, Font.NORMAL);

preface.add(new Paragraph("Shri/Smti " + getApplicantName() + ", Roll No. " + getCandidateAckNo() + "" +
" is hereby allowed to appear in the examination for TESTEXAM" +
" to be held at " + getNameOfCenterDetails() + " as per scheduled below :", documentFont));

现在我想将 applicaneNameackNocenterDetails 等设置为粗体。我无法为名称单独一行。我用谷歌搜索了很多来找到一些解决方案,但找不到任何可行的解决方案。非常感谢任何帮助。

提前致谢

最佳答案

您可能想使用Chunks来撰写您的段落使用不同的字体。

关于java - 使用Java生成pdf : Making fields bold,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24095550/

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