Delphi 文本编辑器的 PDF 生成库
我有一个用 Delphi 编写的小型文字编辑器,我需要一个库来将文本保存/导出为 PDF 文档。 有没有好的库,.dll 文件,最好是免费的,可以提供此功能?也许将其从字符串或 .rtf 文件转换为 PDF?
I have this small word editor written in Delphi, I need a library to save/export the text as a PDF document.
Is there any good library, .dll file, preferably free, that gives this function? maybe converting it from a string, or the .rtf file to a PDF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 Synopse PDF 引擎 - 它是开源的(您可以在 MPL/GPL/LGPL 许可证之间进行选择)并且它具有从 RTF 到 PDF 的内置导出功能(请参阅该库的作者 A.Bouchez 的评论)。
Perhaps Synopse PDF engine - it is Open Source (you can choose between MPL/GPL/LGPL license) and it has builtin export from RTF to PDF (see comment by A.Bouchez, author of the lib).