您可以使用 Flex 4 生成复杂的 PDF 文件吗?
我想了解是否可以使用 Flex 生成复杂的 PDF 文件。 我所说的复杂是指添加图像、样式文本(字体系列、粗细、列)具有较大程度控制的布局元素等。
我正在查看 AlivePDF 库,但不明白它是否可以处理比纯文本更复杂的 PDF 生成。
谢谢。
I'm trying to understand if it is possible to generate complex PDF files with Flex.
By complex I mean add images, styled text (font-family, weight, columns) layout elements with large degree of control and so on.
I was looking at AlivePDF library but cannot understand if it can handle more complicated PDF generation than plain text.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AlivePDF 是您最好的选择。它也是开源的,因此如果它不能满足您“复杂”pdf 的所有需求,您可以在其上添加更多功能。
除此之外,您还必须研究服务器端 PDF 生成。我知道 Adobe Livecycle 有一个 pdf 生成器,而且我确信还有其他解决方案。
AlivePDF is your best bet. It's also open source, so you can add more features on it if it doesn't do everything you want for your 'complex' pdf.
Other than that, you'll have to look into server side PDF generation. I know Adobe Livecycle has a pdf generator and I'm sure there's other solutions out there.