pdflib 8 - continue_text 或类似函数中的文本换行
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论