将来自 sharepoint 库的图像嵌入到使用 itextsharp 生成的 pdf 中
我有一个 infopath 表单,提交后会使用 itextsharp 库生成具有相同表单内容(XML)的 pdf 文件。 我有一个 infopath 形式的节点,其中包含来自共享点图片库的图像的 URL。如何将此图像嵌入到生成的 pdf 文件中?我用于转换表单 XML 内容的 xsl 文件中有 xslt 修改的解决方案吗?
感谢您的帮助!
I have an infopath form which when submitted generates a pdf file with the same form content(XML) using itextsharp library.
I have a node in infopath form that contains the URL of an image from a sharepoint picture library. How do i embed this image into the pdf file generated? Any solution with xslt modification in my xsl file that i am using for transforming the form XML content?
Thanks for the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
真的有人在使用 InfoPath 吗?我第一次听说。哇。好吧,有超过 400 个标记为 infopath 的问题,但仍然...
iText 的通用 HTML->PDF 函数应该可以将标准
标记转换为 PDF 。如果由于某种原因这不是一个选项,iText 的新 XMLWorker 可能会解决这个问题,它随 5.1.0 一起发布。
甚至还有一个演示页面:http://www.lowagie.com/xmlworker
Someone's actually using InfoPath? First I've heard. Wow. Okay, so there's over 400 questions tagged infopath, but still...
iText's general HTML->PDF functions should convert standard
<img src="...">
tags to PDF just fine. If that's not an option for some reason, iText's new XMLWorker may do the trick, released with 5.1.0.There's even a demo page up: http://www.lowagie.com/xmlworker