pdflib 8 - continue_text 或类似函数中的文本换行

发布于 2024-12-25 11:58:52 字数 317 浏览 1 评论 0原文

我正在使用 pdflib 8 并使用 continue_text 函数添加很多不同的字符串。例如:

p.continue_text("Title");
p.continue_text("Leadtext");

现在我需要添加一些多行文本,不幸的是我只能为文本流指定固定宽度的框。文本流需要 x_startpos 和 y_startpos,在一些 p.continue_text 调用后这是未知的......

那么,有没有办法向 p.continue_text 函数(或类似的函数)添加一些自动换行?我已阅读手册但没有找到任何有用的信息。

i'm working with pdflib 8 and adding alot of different strings using the continue_text function. for example:

p.continue_text("Title");
p.continue_text("Leadtext");

now i need to add some multiline-text, unfortunately i can only specify a fixed-width box for textflows. The textflows need x_startpos and y_startpos, which is unknown after some p.continue_text calls...

so, is there a way to add some wordwrapping to the p.continue_text function (or a similar function)? i've read the manual but didn't find any useful information.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文