编写pdf文件时的字体问题

发布于 2024-12-04 12:42:42 字数 271 浏览 1 评论 0原文

我有一个可以将字符串写入 pdf 文件的应用程序。我想以表格格式写入数据,因此我格式化了字符串并进行了写入操作。文本显示在 pdf 文件中,但格式不正确。怎么做呢?

示例:

我希望文本显示为:

姓名 地址 电话号码 Aditya Pune xxxxxxxx

它实际上显示为:

姓名 地址 电话号码 Aditya Pune xxxxxxxx

我使用了 stringByPaddingToLenght 方法。所以所有字符串的长度都相同。

I have an application that can write string to pdf file. I want to write data in tabular format so i formatted the string and did write operation. Text shows up in pdf file but its not in proper format. How to do it?

Example :

I want text to be shown as:

Name Address Phone number
Aditya Pune xxxxxxxx

It is actually shown as:

Name Address Phone number
Aditya Pune xxxxxxxx

I have used stringByPaddingToLenght method. So all strings are of same length.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染墨丶若流云 2024-12-11 12:42:42

使用等宽字体解决了我的问题。

Using Mono-space font solved my problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文