使用 C# 创建带有嵌入 SWF 和 FlashVars 的 PDF
我想生成一个嵌入 swf 的 PDF。 我还想确保 SWF 嵌入了名为 XMLDATA 的 flashvar,其中包含图表信息。
我想使用 C# 以编程方式实现此目的。
我发现了很多允许嵌入 swf 的方法,但需要一种正式支持 flashvars 机制的方法。
请并谢谢你。
I would like to generate a PDF with an swf embed into it.
I would also like to make sure the SWF is embedded with a flashvar called XMLDATA which contains charting information.
I would like to achieve this programmatically using c#.
I have found plenty of ways that allow embedding swf, but need one that formally supports the flashvars mechanism.
Please and thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过
ItextSharp
。我做了一些研究,看起来它提供了你想要的东西。RichMediaInstance 类
RichMediaParams 类
Have you tried
ItextSharp
. I made some research and seems like it provides what you want.RichMediaInstance Class
RichMediaParams Class
http://fatihsahinbas.blogspot.com/2011/07/itextsharp -swf-view-methods.html
这是完整的答案:)
http://fatihsahinbas.blogspot.com/2011/07/itextsharp-swf-view-methods.html
This was the full answer :)